https://github.com/dreadrith/better-unity
Built on Unity 2019.4.31f1. Collection of editor scripts that aim to overall facilitate and improve usage of Unity Editor.
https://github.com/dreadrith/better-unity
Last synced: about 1 year ago
JSON representation
Built on Unity 2019.4.31f1. Collection of editor scripts that aim to overall facilitate and improve usage of Unity Editor.
- Host: GitHub
- URL: https://github.com/dreadrith/better-unity
- Owner: Dreadrith
- License: mit
- Created: 2022-04-17T07:00:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T11:30:00.000Z (over 3 years ago)
- Last Synced: 2025-03-28T07:03:48.955Z (about 1 year ago)
- Language: C#
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better-Unity
Built on Unity 2019.4.31f1.
Collection of editor scripts that aim to overall facilitate and improve usage of Unity Editor.
Download:
Unity Package -
Zip (VPM Compatible)
CopyCutPaste
Adds 3 new Assets context menu items: Copy, Cut & Paste
CreateTxt
Adds a new Assets context menu item: Create > Text File
Allows you to instantly create a text file in the targeted folder
Transform Editor
Replicates Unity's Transform Inspector but adds a Context Menu to each field.
Allows you to Copy, Paste and Reset any transform field individually.
GOCopy Path
Adds a new GameObject context menu item: GameObject > Copy Path.
Allows you to Copy the path From the root to the target GameObject.
CopyGUID
Adds a new Assets context menu item: Copy GUID.
Copies the GUID of the selected Asset to the clipboard.