While debugging my latest build in XCode, I noticed the following message popping-up whenever I load a new scene:
Unloading 25 unused Assets to reduce
memory usage. Loaded Objects now: 245.
System memory in use: 0 B. Unloading 2
Unused Serialized files (Serialized
files now loaded: 0 / Dirty serialized
files: 0)
How can I find out which assets are being unloaded and why? I am not doing any unloading on purpose anywhere yet, so I’m curious as to why this is happening…
As always, thanks for your time and help!
Stephane
Slightly out of topic, but do you have a problem with your splash screen on your iPhone app? When I play my game on my own device it gets stuck on the splash screen.
– icywaterI had a few hangups on the splash screen before but it was because of a bug in my code or a build with missing files. Other then that, I never get stuck on it
– ronronmxHmmmm... well thanks for answering.
– icywaterHi is there a way to avoid certain assets form being unloaded when the assets.unloadunusedassets is called ?
– dhivakar