Search Issue Tracker
Fixed in 4.5.X
Votes
0
Found in
4.3.4f1
Issue ID
602137
Regression
No
WSA projects do not handle forbidden file name chars in product name
Using forbidden chars in player settings product name causes error appear in the console:
"Error building Player: DirectoryNotFoundException: Could not find a part of the path "C:\Users\Win8.1\Documents\dummy\Temp\StagingArea\in:example.sln"."
Expected behavior: when building to WSA platform, remove forbidden chars from product name;
(Take a look at "forbidden_chars.png");
Repro steps:
1. open new empty project;
2. go to "file -> build settings", select Win Store Apps platform;
3. go to player settings;
4. in player settings inspector window change "Product Name" to i.e."in:example". (Take a look at "player_settings.png");
5. press "build" and wait for an error;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on EnsureUniqueSiblingName when calling GameObjectUtility.EnsureUniqueNameForSibling() with a null argument
- Changes are not applied when selecting Platform settings for Plugins
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
Add comment