Compare commits

..

No commits in common. "bca2922a586077f92e1b256a806a312710ec1063" and "76835af6b51358fd1481feea973055f6e42526f0" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -15,8 +15,7 @@ namespace Syntriax.Modules.Trigger
else else
Gizmos.color = TriggerCount > 0 ? Color.green : Color.red; Gizmos.color = TriggerCount > 0 ? Color.green : Color.red;
Gizmos.matrix = transform.localToWorldMatrix; Gizmos.DrawWireCube(transform.position, transform.lossyScale);
Gizmos.DrawWireCube(Vector3.zero, Vector3.one);
} }
#endif #endif
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "com.syntriax.trigger", "name": "com.syntriax.trigger",
"version": "0.6.4", "version": "0.6.2",
"displayName": "Trigger Module", "displayName": "Trigger Module",
"unity": "2019.1", "unity": "2019.1",
"documentationUrl": "https://git.syntriax.com/Syntriax/Trigger.git", "documentationUrl": "https://git.syntriax.com/Syntriax/Trigger.git",