0.6.4
This commit is contained in:
		@@ -15,7 +15,8 @@ namespace Syntriax.Modules.Trigger
 | 
			
		||||
            else
 | 
			
		||||
                Gizmos.color = TriggerCount > 0 ? Color.green : Color.red;
 | 
			
		||||
 | 
			
		||||
            Gizmos.DrawWireCube(transform.position, transform.lossyScale);
 | 
			
		||||
            Gizmos.matrix = transform.localToWorldMatrix;
 | 
			
		||||
            Gizmos.DrawWireCube(Vector3.zero, Vector3.one);
 | 
			
		||||
        }
 | 
			
		||||
#endif
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "com.syntriax.trigger",
 | 
			
		||||
  "version": "0.6.2",
 | 
			
		||||
  "version": "0.6.4",
 | 
			
		||||
  "displayName": "Trigger Module",
 | 
			
		||||
  "unity": "2019.1",
 | 
			
		||||
  "documentationUrl": "https://git.syntriax.com/Syntriax/Trigger.git",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user