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
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Add comment