Skip to content

Matheusrma/unity-attributes

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Unity3D C# atributes to help Unity developers write code better and faster

List of Attributes:

UnityConstructorParameter: Sets a field to be on of contructor parameters of the type UnityGameObjectInjection: Uses GameObject.Find() to inject an GameObject into the field UnityComponentInjection: Uses Component.GetComponent() to inject a Component into the field

For the injection to work you have to use one of the two building mechanisms or implement one of your own.

GameObjectBuilder: Uses the Builder Designer Pattern to simplify some of the instatiations UnityContructor: Mimics the GameObject.instantiate call from Unity3D API

About

Unity3D C# atributes to help Unity developers write code better and faster

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages