UnityToolsAndTemplates
Just a storage of all my tools and templates
Install / Use
/learn @vavilichev/UnityToolsAndTemplatesREADME
UnityToolsAndTemplates
Just a storage of all my tools and templates
Smooth Camera Zoom
Download unityPackage file (smooth camera zoom)
Smooth Camera Movement (RTS)
Download unityPackage file (smooth camera movement RTS)
ThickTick - simple second and frame ticker
Template to create an unified ticker. Anybody can subscribe on frame tick, second tick, or both using different tickers: FrameTicker, SecondTicker, CombinedTicker<br>
Download unityPackage file (ThickTick)
GameResources - simple reactive in game resources feature
This template for the fast integrating Game Resources feature in your project. Suits for new projects in general.
Advantages:
- Supports int values resources as well as BigInt values
- Serialization with Newtonsoft.Json, converter for BigInt values already included in template code base
- Reactivity with R3 library
- All the data changes happens with ResourcesService. With ResourcesService you can also subscribe on any resources type changes you wish
To start using this template your project must have:
- NuGetForUnity
- Newtonsoft.Json installed through NuGetForUnity
- R3 installed through NuGetForUnity
