Byron Mayne

Results 6 repositories owned by Byron Mayne

Weaver

137
Stars
15
Forks
Watchers

Weaver is a code weaving framework built right into Unity Engine. Based heavily off of Fody.

AssetPathAttribute

132
Stars
19
Forks
Watchers

AssetPathAttribute is a Unity attribute used in Unity to allow you to have drag and drop asset references in the inspector but really use string paths for serialization.

Reflected-Inspector

20
Stars
0
Forks
Watchers

Reflected Inspector is a system for Unity that works very much like Serialized Properties but works with non-Unity types and can serialize the values.

ScriptForge

51
Stars
5
Forks
Watchers

A simple tool to generate constants for Unity for your Layers, Tags, Sorting Layers, Animations, Scenes, and Resources.

UnityIO

69
Stars
6
Forks
Watchers

An easy to use API that allows you to manipulate files inside of Unity without the headache of using AssetDatabase.

SourceGenerator.Foundations

20
Stars
0
Forks
Watchers

A Source Generator for Source Generators. Gives out of the box support for transistent dependencies and logging right in Visual Studio