BaseTool
BaseTool copied to clipboard
A big library of basic tools that you might need in your Unity projects.
# Description Create a stats system that can generate a C# as a struct or a class. # Task - Make an editor tool to easily create stats - Each...
# Context Create a `MonoBehaviour` component that manage a camera movement controller like STR games. # Description The script must be in the **Movement** module. The component must allow be...
An interaction system is often used in many games. Having a default one could save some time when working on simple project.
Add the ability to make comparisons directly in the ifAttribute like: ``` using BaseTool; using UnityEngine; public class MonoScript : MonoBehaviour { public int Number; [If("Number == 0")] public int...
Let the possibility for users to add todos directly on GameObject/Prefab. The entry will be added to the `TODO List`, on the same level than code todos. ## How this...