Hi When I create a Minimal Needle scene (Unity 2021.3.9, Exporter 2.28.0-pre, Runtime 2.24.0-pre) and follow the instructions on Github, the script generation is not triggered. Unfortunately there is not Needle folder at all in the project view. Is there smth I may have missed? br, Max
Hey Max, are you creating your script in src/scripts ? Could you try saving your script again and then focusing Unity? If that doesnt help try enabling/disabling the ComponentGenerator component
The Needle folder is only created by component gen if you write your scripts in src/scripts. If you create an npmdef the generated components land where your npmdef is
They are not related tho - the npmdef does bring its own typescript watcher with it. I guess something else fixed it (maybe the import?) - but glad it works now
Scripts generated via scr/scripts are not deleted. They are in npmdef because with those we can guarantee that a component is always created from one typescript source