Hi, Unity dev here trying to wrap my head around Needle!
I am just trying to make my first component now but they don’t seem to be automatically generated in the Unity project for me?
I am following the documentation: Needle Engine Scripting | Needle Engine Documentation
In “Creating a new Component” it says to create a new .ts file in “src/scripts/” of your generated project directory, which I did. Then I put in the example content for “Rotate.ts.”
After saving nothing gets automatically generated in Unity.
I also noticed in the Documentation that generated scripts should appear in “Assets/Needle/Components.codegen.” In my Asset folder there is no Needle folder. This folder (together with the folder of the generated needle project) is one above that in the folder hierarchy. So on the same level as Assets. Just wanted to check if that is correct?