Utility code for unity
A set of utility classes for use with unity EDebug : is like Debug but get remove from the realease build or any build that is not attached to the editor
com.y1z.utility-code 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/utility-code.git README Markdown
Copy this to your project's README.md
## Installation
Add **Utility code for unity** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/utility-code.git
```
[](https://www.pkglnk.dev/pkg/utility-code)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)
- go to Window
- go to Package Manager
- press the + symbol
- press the "Add package from git URL"
- 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.
- Unity should download all the code
- use code however the hell you want.
If The Previous Instruction Did Not Work
- go to unity (2023.3.7f1 or later)
- Download the repo as a zip file
- unzip the file
- go to Window
- go to Package Manager
- press the + symbol
- press the "Add package from disk"
- go to the unzipped file
- add the un zip file
- use code however the hell you want.
No comments yet. Be the first!