Skip to content

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

Notifications You must be signed in to change notification settings

Matheusrma/unity-attributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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