Last active
April 20, 2020 09:32
-
-
Save openroomxyz/5663d96c9dd4acf388789ddb195c4a74 to your computer and use it in GitHub Desktop.
Unity : How to unload, free resources, memory?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UnityEngine.Resources.UnloadUnusedAssets(); | |
| //Resources.UnloadAsset(); | |
| //Destroy does nothing to help freeing memory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment