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

Bug Resolve of invalid GC handle. The handle is from a previous domain. The resolve operation is skipped

Discussion in 'Editor & General Support' started by StickyBalls, Jun 3, 2023.

  1. StickyBalls

    StickyBalls

    Joined:
    Oct 26, 2022
    Posts:
    1
    I get this issue when stopping my Game:

    Resolve of invalid GC handle. The handle is from a previous domain. The resolve operation is skipped.
    UnityEngine.GUIUtility:processEvent (int,intptr,bool&)

    I tried fixing it by:
    Clearing the Cache
    Disabling Incremental GC (Project Settings > Player)
    And increasing Cache Size

    Nothing worked. Anyone got any idea of how to fix this ?