-
mandarin
- Oslo, Norway
- mandarin.no
Pinned Loading
-
Unity3D optimization tips
Unity3D optimization tips 1# Unity3D optimization tips
23Some code allocates memory when running in the editor and not on the device. This is due to Unity doing some extra error handling so possible error messages can be output in the console. Much of this code is stripped during build. It's therefore important to profile on device, and do it regularly.
45Optimizations often makes code more rigid and harder to reason. Don't do it until you really need to.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.