https://github.com/nick-morhun/unityhelpers
A set of utilities for Unity game engine
https://github.com/nick-morhun/unityhelpers
tools unity unity-game-engine unity3d-editor
Last synced: about 1 month ago
JSON representation
A set of utilities for Unity game engine
- Host: GitHub
- URL: https://github.com/nick-morhun/unityhelpers
- Owner: nick-morhun
- License: mit
- Created: 2019-11-17T14:00:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T13:17:20.000Z (about 1 year ago)
- Last Synced: 2025-02-13T22:16:47.857Z (3 months ago)
- Topics: tools, unity, unity-game-engine, unity3d-editor
- Language: C#
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityHelpers
A set of utilities for Unity game engine.Adds some useful menus under "Unity Helpers", such as:
- Selection/Print Asset Path
- Selection/Print GO Scene Path
- Selection/Print GO Global Position
- Selection/Ping Inspected Object
- Assets/Upgrade All Assets (allows a single click reserialization of all assets in a new Unity version after an upgrade)
- Other/Open Persistent Data Path (opens the directory in Explorer / Finder).At runtime:
- AnimationHash can be added to Animator states to see their short name hashes.Also contains a few extension methods such as:
- GameObject.GetFullName()
- the Component.DestroyObject() overloads.
- Safe assignment: field = argument.NotNull(nameof(argument));The package should work with Unity 2019.1 and above under .NET 4.x or Standard. You can reference it as a Git dependency with URL .