Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noodle-eater/toolset

Collection of small tools and utility created in Unity.
https://github.com/noodle-eater/toolset

game-tool game-toolkit game-tools gamedev gamedevelopment gametool gametools unity unity-scripts unity3d unity3d-plugin

Last synced: 8 days ago
JSON representation

Collection of small tools and utility created in Unity.

Awesome Lists containing this project

README

        

# Toolset

Collection of small tools and utility created in Unity.

## Enum Generator

ScriptableObject based tool for generating enum using C# CodeDom. Purposely create for making short ID that can be setup by non-programmers but still accessible in the code.

**Upcoming feature** : Folder based enum generator.

For more detail see [here](https://noodle-eater.github.io/posts/enum-generator-in-unity/)

## Canvas

Unity UI related tools such as,

### UI Binding

Inspired by Unreal Engine `UPROPERTY(meta=(BindWidget))`. The binding is created alongside GameCanvas framework.

For more detail see [here](https://noodle-eater.github.io/posts/ui-binding-unity/)

### Pointer Handler

This component handle pointer enter and exit in UI or in GameObject. Add this component to your gameobject and listen to the delegate.