Skip to content

Problem using resources file #591

Answered by q-0q
q-0q asked this question in Q&A
Jul 8, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Thank you so much for your response. I managed to get it working today with this NuGet Unity package manager. I was off-track in trying to incorporate the raw source files into my project, the .dll was the way to go.

On the off-chance anyone in the future needs to do what I am doing and add the NuGet package to a preexisting Assembly, in addition to importing the package thru the NuGet manager, I also had to manually include the .dll in the precompiledReferences of my the Assembly's .asmdef file, like so:

{
    "name": "Quantum.Simulation",
     ...
    "precompiledReferences": [
        ...
        "Stateless.dll"
    ],
    ...
}

Cheers.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@q-0q
Comment options

Answer selected by q-0q
@mclift
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants