Jump to content

RobbyXR

Verified Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by RobbyXR

  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...