Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Bug ARFoundation 4.x Startup problem and Memory

Discussion in 'AR' started by NSWell, Aug 22, 2020.

  1. NSWell

    NSWell

    Joined:
    Jul 30, 2017
    Posts:
    89
    upload_2020-8-22_12-58-0.png
    ARF4.x:
    If you don’t check the box, the AR algorithm cannot be started on the device even though AR-Session components are instantiated. However, in version 3.1.3, it is allowed to start the AR algorithm without checking the instantiated AR-Session component.

    Memory:
    I'm using the UAAL with iOS, The memory no change, always 500M when I call the
    Application.Unload()
    and
    Destroy all AR components
    .
     

    Attached Files:

  2. NSWell

    NSWell

    Joined:
    Jul 30, 2017
    Posts:
    89
    upload_2020-8-24_11-7-38.png

    Memory leaks!