Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug (Case 1180716) Expanding [SerializeReference] in Inspector causes Editor freeze

Discussion in '2019.3 Beta' started by Peter77, Aug 31, 2019.

  1. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,589
    Having copied the example snippet for the new [SerializeReference] feature from:
    https://forum.unity.com/threads/serializereference-attribute.678868/#post-4543723

    Creating a child<>parent relationship through the [SerializeReferenceAttribute] causes the Unity Editor to freeze, when trying to expand it in the Inspector.

    Reproduce
    • Open attached project
    • Right-click in project window and choose "Create > Some Thing"
    • Select "New Some Thing" in project window
    • Click from main menu "BugReport/Populate Selected Some Thing"
    • Hold down the ALT key and click the foldout icon to expand "Trees" in the Inspector

    Actual
    Observe Unity freezes.

    Expected
    Unity should not freeze.
     

    Attached Files:

    Last edited: Aug 31, 2019
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,589
    LeonhardP likes this.
  3. tomkail_betterup

    tomkail_betterup

    Joined:
    Nov 17, 2021
    Posts:
    106
    This is marked as fixed in 2022.2, but it's present in 2022.3 LTS.