scriptedimporter
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| scriptedimporter [2024/11/06 22:28] – 97.113.69.90 | scriptedimporter [2025/01/15 04:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ScriptedImporter ====== | ====== ScriptedImporter ====== | ||
| - | ==== Hiding Sub-Assets in the Project View ==== | + | ===== Hiding Sub-Assets in the Project View ===== | 
| By default, assets added via '' | By default, assets added via '' | ||
| Line 18: | Line 18: | ||
| var superParent = new GameObject(" | var superParent = new GameObject(" | ||
| var superParent2 = new GameObject(" | var superParent2 = new GameObject(" | ||
| - | superParent.transform.parent = superParent.transform; | + | superParent2.transform.parent = superParent.transform; | 
|              |              | ||
| childToHide.transform.parent = superParent2.transform; | childToHide.transform.parent = superParent2.transform; | ||
| Line 26: | Line 26: | ||
| - | ==== Debugging ==== | + | ===== Debugging  | 
| ScriptedImporters run on Asset Import worker processes((You can confirm this if you see '' | ScriptedImporters run on Asset Import worker processes((You can confirm this if you see '' | ||
scriptedimporter.1730932092.txt.gz · Last modified: 2025/01/15 04:35 (external edit)