Closed chocola-mint closed 1 year ago
I'm also seeing this issue in v2.3.0-beta1.
It is especially noticeable when using the DialogueReference
type. The list of available nodes is not updated until you disable fast enter play mode, and then press play to recompile.
Would also love to have a manual button or something similar. I understand the issue myself so I keep it in mind while working but designers/writers in the team keep tripping with this.
Would also love to have a manual button or something similar. I understand the issue myself so I keep it in mind while working but designers/writers in the team keep tripping with this.
I also want a recompile button. Gimme control.
I've verified on version 2021.3.27f1 that with #232 this issue has been fixed as well, so I'll be closing it for now.
What is the current behavior?
When Domain Reload is disabled, changes to Yarn scripts aren't correctly compiled in Play Mode.
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
What is the expected behavior?
Yarn projects should be correctly compiled in play mode, even without domain reload enabled.
Please tell us about your environment:
Other information
It seems that Yarn projects are compiled AOT. If it's not possible to recompile a Yarn project automatically, it'd be nice to have a manual button that lets us do a clean recompilation, perhaps in the YarnProject inspector or the DialogueRunner inspector.