Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.4f1
Issue ID
783679
Regression
No
[MSBUG][UWP] Project with non-english name fails to build with .NET Native enabled
Reproducible on 5.2, 5.3.4, 5.4.0.
Repro steps:
1. Create a new project in Unity named "テスト".
2. Switch to WSA Universal 10 platform. In Player Settings set .NET backend.
3. Build to selected platform.
4. In exported project properties enable .NET Native.
5. Build and observe the build failing with "error APPX0703: Manifest references file 'テスト.dll' which is not part of the payload.".
Workaround: rename your project in project settings to not contain unicode characters.
Why Won't Fix: This is a Microsoft bug, nothing to fix on our end.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment