EpicGamesExt / BlenderTools

Blender addons that improve the game development workflow between Blender and Unreal.
https://epicgamesext.github.io/BlenderTools/
MIT License
2.76k stars 49 forks source link

SendtoUnreal wont work with copies of the project auto created by the launcher. #667

Open The-Maize opened 1 year ago

The-Maize commented 1 year ago

Description: When a project has been duplicated, for the purpose of testing and opening the project in a newer version of the engine, setting the path works file in blender, however by default, the engine names the project with an "illegal" character "." the period in the project name. This will cause the push to unreal to fail. renaming the project without the period resolves this though is still an issue for those that are not able to debug (mainly non advanced or technical users).

jamesbaber1 commented 12 months ago

Hi @The-Maize can you provide some an examples of this? What output is showing in blender and what is show in the unreal console? Also what exactly the the project name that reproduces this issue? Thanks