Would be great if you wait for a resolution in the discussions here before creating issues too, as long as weâre still trying to figure out here if it is actually a bug or operator error it doesnât make much sense to open an issue.
Just splinters the discussion in two parts.

by user 103054507105067008
Your folder is called âBrandNewFolderâ but youâre generating something in âProjects/Reactâ. Not sure what Iâm looking at here
Once I click pick, made that BrandNewFolder, clicked SelectFolder, the Export component autofills that
by user 103054507105067008
Looks like the confusion is caused by the âPickâ button appending the scene name to the directory path?
Will do, seems a legit issue to me though as all I am doing is
- Make new scene
- Add Export gameobject
- Clicking Pick, making a folder new to generate the project in
- The Project Folder input field autofills
projects/BrandNewFolder/Reactor scene name - I click Generate Project
- Get error, project seems to be generated in the folder I chose under âReactâ
by user 103054507105067008
Can you make a video?
Just uploading, will share gdrive link to the vid
by user 103054507105067008
https://drive.google.com/file/d/1Ytz1LTcJT_rFLzQTtKHBmdJYsTqAP19C/view?usp=sharing
by user 103054507105067008
Also to your original question (the title of this thread):
You canât switch an already generated web web project to another template. Templates are for project generation. You can generate a new one from another template.
As templates contain packages etc and your project may use those â e.g. vue components or react components â thatâs like saying can I âswitch from Unity to Unreal with this buttonâ in regards to web components / HTML etc you may have already built in your web project
Makes sense thanks, hoping to dash a scene across from the Vite + HTML to a Vite + React template at the moment, so I guess I make a new scene with template for React then copy the scene contents over
by user 103054507105067008
The Unity scene is fine! Really just specify a new folder, select the template, press Generate
I really hope Iâm doing something silly when generating a project too in the vid
by user 103054507105067008
Differentiate between âunity sceneâ and âweb projectâ ![]()
Unity Scene: contains all your Unity objects, things that will be exported as glTF
Web project: contains your HTML+CSS+possibly extra things like web-framework-specific components
Ohhhhh it looks lke you created a new template scriptable object???

I seem to get this error on Generate Project
IOException: The filename, directory name, or volume label syntax is incorrect : 'C:\Unity_Projects\ReboundPlatform\Projects\React\TextMesh Pro\Resources\Sprite C:\Unity_Projects\ReboundPlatform\Projects\React'
â
System.IO.IOException: The filename, directory name, or volume label syntax is incorrect : 'Projects/React/TextMesh Pro/Resources/Sprite Projects/React'
by user 103054507105067008
