Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Fix bug with object equality/inequality operators on UnityEngine.Object

Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 06 Mar 08:19
· 685 commits to master since this release
  • 95aaa8e: Fix issue with null checks on UnityEngine.Object types since Unity provides overrides on the equality operator for these types that acts differently from the System.Object equality operator, relevant article. Reported by @Octuplex
  • 2c20e9f: Fix implicit boolean conversions on UnityEngine.Object types
  • dddf3f4: Handle implicit boolean conversions on conditionals