๐งต#Sun Orbiting
Hi <@399382231501635588> it looks like you don't have a matching typescript component for your SunOrbit script. You can click the little AI help label at the component header for a quick start to converting your script to a Needle Engine component - All components in Needle Engine need to be written in Typescript or Javascript.
Thank you, <@272528485732450305> ! I really appreciate your help.
I understand that I need to write the script in JavaScript or TypeScript, but Iโm struggling to find a way to create a JavaScript file in Unity and integrate it properly into Needle. Could you guide me on how to do this correctly?
Checkout this video https://youtu.be/uf5UK0bLHlY?si=ByUyyTgbh8wQYpQG
There is also a context menu in your project window for Needle Engine to create a typescript file. Make sure to name your script file like your C# script and turn off component generation if you have a C# script already (see docs for component compiler)
You get more detailed info in our docs at https://docs.needle.tools/scripting