com.mambojambostudios.unity-atoms-core
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -65,11 +65,7 @@ using System; | ||
{ | ||
<%IF IS_COLLIDER%> | ||
return (this.Value == null && other == null) || this.Value != null && other != null && this.Value == other; | ||
<%IF TYPE_IS_GAMEOBJECT|TYPE_IS_COLLIDER|TYPE_IS_COLLIDER2D|TYPE_IS_COLLISION|TYPE_IS_COLLISION2D%> | ||
return Value == other; | ||
<%ELSE%> | ||
<%IF TYPE_IS_GAMEOBJECT%> | ||
return (this.Value == null && other == null) || this.Value != null && other != null && this.Value.GetInstanceID() == other.GetInstanceID(); | ||
<%ELSE%> | ||
throw new NotImplementedException(); | ||
<%ENDIF%> | ||
<%ENDIF%> | ||
} | ||
@@ -76,0 +72,0 @@ } |
@@ -117,11 +117,7 @@ using UnityEngine; | ||
{ | ||
<%IF IS_COLLIDER%> | ||
return (_value == null && other == null) || _value != null && other != null && _value == other; | ||
<%IF TYPE_IS_GAMEOBJECT|TYPE_IS_COLLIDER|TYPE_IS_COLLIDER2D|TYPE_IS_COLLISION|TYPE_IS_COLLISION2D%> | ||
return _value == other; | ||
<%ELSE%> | ||
<%IF TYPE_IS_GAMEOBJECT%> | ||
return (_value == null && other == null) || _value != null && other != null && _value.GetInstanceID() == other.GetInstanceID(); | ||
<%ELSE%> | ||
throw new NotImplementedException(); | ||
<%ENDIF%> | ||
<%ENDIF%> | ||
} | ||
@@ -128,0 +124,0 @@ } |
{ | ||
"name": "com.mambojambostudios.unity-atoms-core", | ||
"displayName": "Unity Atoms Core", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"unity": "2018.3", | ||
@@ -6,0 +6,0 @@ "description": "Tiny modular pieces utilizing the power of Scriptable Objects", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
383842
273