Search Unity

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 ?