SkillAgentSearch skills...

UnityToolsAndTemplates

Just a storage of all my tools and templates

Install / Use

/learn @vavilichev/UnityToolsAndTemplates
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UnityToolsAndTemplates

Just a storage of all my tools and templates

Smooth Camera Zoom

Download unityPackage file (smooth camera zoom)

ZoomOrtho ZoomFOV

Smooth Camera Movement (RTS)

Download unityPackage file (smooth camera movement RTS)

CameraMovementRTS

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.

image

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

image

To start using this template your project must have:

  • NuGetForUnity
  • Newtonsoft.Json installed through NuGetForUnity
  • R3 installed through NuGetForUnity

Download unityPackage file (GameResources Template)

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated5mo ago
Forks0

Languages

C#

Security Score

87/100

Audited on Oct 4, 2025

No findings