You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
How do I build the TS files from Scripts/src ?
The entry files of the Sample script in the SampleScene are from Scripts/out, if I modify the JS here, it is reflected in the SampleScene.
But I didn't found how to compile the TS files. I tested npm run build it didn't worked.
Thanks for helping
How do I build the TS files from
Scripts/src?The entry files of the Sample script in the SampleScene are from
Scripts/out, if I modify the JS here, it is reflected in the SampleScene.But I didn't found how to compile the TS files. I tested
npm run buildit didn't worked.Thanks for helping