Skip to content

TagsRocks/GladBehaviour

 
 

Repository files navigation

GladBehaviour

Library that uses that Unity3D MonoBehaviour class as a vector to deliver additional functionality to behaviours.

Features

Current Features:

  • Draws interface fields to the inspector
  • Draws collections of interface fields to the inspector

Tests

Linux/Mono - Unit Tests

x86 Debug x86 Release x64 Debug x64 Release
master N/A N/A N/A Build Status
dev N/A N/A N/A Build Status

Windows - Unit Tests

(Done locally)

How to Use

Build the VS solution, import the built DLLs, mark the xxx.Editor.dll file as an editor only file and then inherit from GladMonoBehaviour instead of MonoBehaviour to gain the additional functionality.

Builds

Linux: Build Status

Windows: (Done Locally)

About

An extended MonoBehaviour class for Unity3D projects that offer additional functionality.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Shell 0.2%