Jump to content

RobbyXR

Verified Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Have you tried using the profiler in unity to see where the memory is allocated? You don't have much memory to work with on the focus so it can be tricky. In scripts you can also use debug log System.GC.GetTotalMemory() to get a rough idea of the amount of managed memory currently being used.
×
×
  • Create New...