https://github.com/discretetom/unity3d-utils
Unity3D utils managed via npm / yarn!
https://github.com/discretetom/unity3d-utils
Last synced: 9 months ago
JSON representation
Unity3D utils managed via npm / yarn!
- Host: GitHub
- URL: https://github.com/discretetom/unity3d-utils
- Owner: DiscreteTom
- License: mit
- Created: 2022-01-31T09:19:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T08:54:05.000Z (about 3 years ago)
- Last Synced: 2025-02-05T06:38:58.406Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 536 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
See [UniStart](https://github.com/DiscreteTom/UniStart) and [UniUtils](https://github.com/DiscreteTom/UniUtils) instead.
# unity3d-utils
Unity3D utils.
**All those utils can be managed via [npm](https://www.npmjs.com/) / [yarn](https://yarnpkg.com/)!**
## Getting Started
1. Install [yarn](https://yarnpkg.com/).
2. Create a folder in your Unity3D project, e.g. `Assets/Modules/`.
3. In that folder, run `yarn init -y`.
4. Now you can install those utils, e.g. `yarn add "https://gitpkg.now.sh/DiscreteTom/unity3d-utils/General/LayerMaskExtension?layer-mask-extension-0.1.0"`
5. After installation, you can use the utils in your project!
