https://github.com/y1z/unity_utility_code_repo
https://github.com/y1z/unity_utility_code_repo
unity unity-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/y1z/unity_utility_code_repo
- Owner: y1z
- License: mit
- Created: 2024-04-19T05:45:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T07:06:41.000Z (over 1 year ago)
- Last Synced: 2025-03-04T08:19:44.694Z (over 1 year ago)
- Topics: unity, unity-plugin
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity_Utility_Code_repo
- Code I found useful and want to reuse
- Note : follow the second set of instruction if the first ones did not work
## Install Instructions
- go to unity (2023.3.7f1 or later)
1. go to Window
2. go to Package Manager
3. press the + symbol
4. press the "Add package from git URL"
5. copy and paste the link from here https://github.com/y1z/Unity_Utility_Code_repo.git
* if that does not work click the green button and get the link from there.
6. Unity should download all the code
7. use code however the hell you want.
## If The Previous Instruction Did Not Work
- go to unity (2023.3.7f1 or later)
1. Download the repo as a zip file
2. unzip the file
3. go to Window
4. go to Package Manager
5. press the + symbol
6. press the "Add package from disk"
7. go to the unzipped file
8. add the un zip file
9. use code however the hell you want.