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

Unity 2019.4 Interface Fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 17 Jul 19:03
· 29 commits to master since this release

For use with the 2019.4 open beta. This is compatible with Unity 2018.4 and 2019.4

  • a1e1a49: Fix inspector handling that was using the fallback inspector due to Unity changing how custom editors are located in 2019.4
  • 308e752: Fix compile errors when using attributes on properties
  • #88: Fix usage of return in property setters not working, fixed by @ChanyaKushima