Search Issue Tracker
Fixed in 2017.3.0f3
Won't Fix in 5.5.X, 5.6.X
Votes
0
Found in
5.5.1f1
Issue ID
896587
Regression
No
[WSA] UnityEngine.Application.Unload does not unload the Unity Runtime
Steps to reproduce:
1. Open the attached project (IL2CPPTesting.zip)
2. Switch platform to Windows Store
3. Build for WSA Universal 10 SDK, Build type - XAML
4. Build to the case_896587-TestingUnityUnload\TestingUnityUnload_WSA folder
5. Open Visual Studio solution
6. Deploy on local machine (Debug x64)
7. Click the 'Load Unity Component' button to load the engine and observe the memory increase in the right panel when the scene loads
8. Click 'Unload Unity Component' to call Application.Unload but observe that the scene is still present and the memory usage does not decrease
Expected result: UnityEngine.Application.Unload should unload the Unity Runtime
Actual result: UnityEngine.Application.Unload does not unload the Unity Runtime
Reproduced with: 5.5.1f1, 5.5.3f1, 5.6.0f3, 2017.1.0a6
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