YarnSpinnerTool / YarnSpinner-Unity

The official Unity integration for Yarn Spinner, the friendly dialogue tool.
MIT License
491 stars 85 forks source link

SetProject() not (actually) working #251

Closed Torres-Git closed 10 months ago

Torres-Git commented 10 months ago

What is the current behavior? While on Build or with "Use Existing Build" addressable setting. After loading and calling SetProject() on the current DialogueRunner, the function runs, with no errors, but the Current project gets set to null, even tho the parameter used is not null.

Please provide the steps to reproduce, and if possible a minimal demo of the problem: While on Build or with "Use Existing Build" addressable setting. try to load a yarn project and use it as a parameter in the SetProject() method

What is the expected behavior? Actually changing the current yarn project

Please tell us about your environment:

Other information Forcing reference as seen below, results in the same behaviour image

McJones commented 10 months ago

I can reproduce this on release but not with what's on main. This was fixed as part of #246