Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.17 KB

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)