OUT for short, is a Unity 2022.3.16f1 toolkit, including
- handy scripts, e.g. simple logics, input, file IO, utilities
- editor tweakers, e.g. auto updating modified date in scripts
- useful image shaders
- etc.
It was made by myself and for myself, so it may be difficult to use for others.
Before using OUT, one should import these packages to their project first:
- Unity UI by Unity (for UI)
- Input System by Unity (for input)
- TextMesh Pro by Unity (for UI)
Netcode for GameObjects by Unity (for network)(WIP)- Unity Standalone File Browser by gkngkc (for IO)
- Odin Serializer by TeamSirenix (for IO)
- OUT included some codes from Bordure by the team Nani Core
- Included
IniStorage.cs
from unity-IniStorage