BaseTool icon indicating copy to clipboard operation
BaseTool copied to clipboard

A big library of basic tools that you might need in your Unity projects.

Results 26 BaseTool issues
Sort by recently updated
recently updated
newest added

documentation
enhancement
module:roguelite

documentation
enhancement
module:roguelite

documentation
enhancement
module:roguelite

documentation
enhancement
module:roguelite

documentation
enhancement
module:rpg

# 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...

documentation
enhancement
module:rpg

# 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...

documentation
enhancement
module:movement

An interaction system is often used in many games. Having a default one could save some time when working on simple project.

documentation
enhancement

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...

enhancement
module:core

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...

enhancement
module:core