https://github.com/emrecancorapci/useful-unity-scripts
https://github.com/emrecancorapci/useful-unity-scripts
unity unity-3d unity-script unity-scripts unity2d unity3d
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrecancorapci/useful-unity-scripts
- Owner: emrecancorapci
- Created: 2021-07-31T06:25:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T13:06:45.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T20:42:24.427Z (over 1 year ago)
- Topics: unity, unity-3d, unity-script, unity-scripts, unity2d, unity3d
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful Unity Scripts
I publish post my cute little codes here. You can use them freely.
All I want is for you to write me thank you so that I can sleep at night with the joy of being useful.
## [Multiple Ojbect Pooling](multiple-object-pooling.cs)
With this code you can:
- pool your desired objects, ***YEAH!***
- choose amount to pool for every different object, ***WOW!***
- choose which object you want to take. ***AWSOME!***