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.
  2. Dismiss Notice

Question What is managedStacks?

Discussion in 'Scripting' started by zhzehong, Jan 28, 2023.

  1. zhzehong

    zhzehong

    Joined:
    Nov 16, 2020
    Posts:
    1
  2. MartinTilo

    MartinTilo

    Unity Technologies

    Joined:
    Aug 16, 2017
    Posts:
    2,121
    Hi,
    this was a field we added for when we add reporting for the memory on the managed stack (i.e. the one containing the current instruction pointers and local variables). But we haven't gotten around to that yet, nor do we have a concrete plan to do so. For now you can savely ignore that field.
     
    Bunny83 likes this.