Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

##utp MemoryLeaks, what is ##utp?

Discussion in 'Getting Started' started by TheHartPony, Apr 8, 2019.

  1. TheHartPony

    TheHartPony

    Joined:
    Apr 26, 2015
    Posts:
    10
    Hi all,

    I have a project (Unity 2017.4.24f1) with several plugins,

    SteamVR,
    VRTK (virtual reality tool kit),
    Morph3D,
    WebRtc Video Chat,
    PostProcessing 2,
    SkyMaster,
    Microsplat

    It crashes consistency after about twenty minutes. I believe the culprit is SteamVR and/or VRTK

    Its an old project so I am hoping not to upgrade, I have steamVR 1.2.3 and upgrading it to 2 I suspect will break a lot of things. I am wondering if I can work around this issue by identifing what exactly this error is.

    This is from the unity logs in my locallow folder..

    ##utp:{"type":"MemoryLeaks","allocatedMemory":25186499,"memoryLabels":[{"Default":664},{"NewDelete":6291253},{"Thread":8},{"Manager":792},{"FMOD":640},{"Serialization":11328},{"BaseObject":560},{"Terrain":176},{"String":1966},{"DynamicArray":80},{"HashMap":18874368},{"PoolAlloc":-176},{"VR":4608},{"SceneManager":232}]}

    I am trying to work out what exactly this is and if I can increase the allocated Memory.

    Thanks for anyhelp.
     
    Last edited: Apr 8, 2019
    david-wtf and KB73 like this.