Files
2025-07-19 01:03:02 +02:00

38 lines
1.3 KiB
Markdown

# Better-Unity
Built on Unity 2019.4.31f1.<br>
Collection of editor scripts that aim to overall facilitate and improve usage of Unity Editor.
Download:
<a href=https://github.com/Dreadrith/Better-Unity/releases/download/v1.0.0/Better-Unity_v1.0.0.unitypackage>Unity Package</a> -
<a href=https://github.com/Dreadrith/Better-Unity/releases/download/v1.0.0/Better-Unity_v1.0.0.zip>Zip (VPM Compatible)</a>
<details>
<summary><b>CopyCutPaste</b></summary>
Adds 3 new Assets context menu items: Copy, Cut & Paste
</details>
<details>
<summary><b>CreateTxt</b></summary>
Adds a new Assets context menu item: Create > Text File<br>
Allows you to instantly create a text file in the targeted folder
</details>
<details>
<summary><b>Transform Editor</b></summary>
Replicates Unity's Transform Inspector but adds a Context Menu to each field.<br>
Allows you to Copy, Paste and Reset any transform field individually.
</details>
<details>
<summary><b>GOCopy Path</b></summary>
Adds a new GameObject context menu item: GameObject > Copy Path.<br>
Allows you to Copy the path From the root to the target GameObject.
</details>
<details>
<summary><b>CopyGUID</b></summary>
Adds a new Assets context menu item: Copy GUID.<br>
Copies the GUID of the selected Asset to the clipboard.
</details>