Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b11
Issue ID
888029
Regression
No
[WSA] Building WSA solution fails when generating C# projects from Unity build with the read-only files
Steps to reproduce:
1. Open the attached project (MinReproUnityProject.zip)
2. Open the Assets/scene.unity scene
3. Switch platform to Windows Store
4. Build for WSA Universal 10 (.NET backend), Build type - D3D, Enable C# projects
5. Open Visual Studio solution
6. Deploy on local machine (DEBUG/x86)
7. Go into the Output folder and make these files(project.lock.json, project.json and Package.appxmanifest) read-only
8. Build the solution again (with all the same settings as step 4)
9. Open Visual Studio solution
10. Deploy on local machine (DEBUG/x86)
11. Deployment will fail
Expected result: Deployment should not fail
Actual result: Deployment fails
Note:
With 2017.1.0a2 it throws UnauthorizedAccessException (Step 8)
With 5.5.2p2 it throws UnauthorizedAccessException (Step 8)
With 5.4.5f1 it throws UnauthorizedAccessException (Step 8)
Reproduced with: 5.4.5f1, 5.5.2p2, 5.6.0b11, 2017.1.0a2
Fixed in: 2017.1.0b4
Backported to: 5.6.1p1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] TouchScreenKeyboard.selection.length always returns "0" when any length text is selected
- Point Light in "LensFlareShowroom" scene of URP Samples uses unsupported Indirect Multiplier
- Video does not play in macOS build when built app is placed in a path with a space in it on a specific project
- Crash on AuxWindowManager::OnGotFocus when trying to maximize a tab while Visual Effect Graph window is open
- “NullReferenceException: Object reference not set to an instance of an object” error is thrown when
Add comment