Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


scriptedimporter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scriptedimporter [2024/11/06 22:28] 97.113.69.90scriptedimporter [2025/01/15 04:35] (current) – external edit 127.0.0.1
Line 18: Line 18:
 var superParent = new GameObject("SuperParent_ImportWorkaround_ShouldBeDeleted"); var superParent = new GameObject("SuperParent_ImportWorkaround_ShouldBeDeleted");
 var superParent2 = new GameObject("SuperParent_ImportWorkaround_ShouldBeDeleted2"); var superParent2 = new GameObject("SuperParent_ImportWorkaround_ShouldBeDeleted2");
-superParent.transform.parent = superParent.transform;+superParent2.transform.parent = superParent.transform;
                          
 childToHide.transform.parent = superParent2.transform; childToHide.transform.parent = superParent2.transform;
scriptedimporter.1730932123.txt.gz · Last modified: 2025/01/15 04:35 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki