slavniyteo / one-line

One line property drawer for Unity3d
MIT License
146 stars 12 forks source link

Update asmdefs settings to support older Unity versions #43

Closed raslab closed 5 years ago

raslab commented 5 years ago

Fix for https://github.com/slavniyteo/one-line/issues/42

Tested on windows platform.

DOD:

  1. start empty app with plugin without errors
  2. no changes in *.asmdef after full reimport
  3. oneline examples draws
  4. editor tests passes for rect-ex

By version: 2017.4.1f1 - passed (manual installation, UPM not supported here) 2018.2.9f1 - passed (UPM) 2018.3.11f1 - passed (UPM) 2018.4.5f1 - passed (UPM) 2019.2.0f1 - passed (UPM)

UPD: 2018.3.0f2 (Ubuntu) - passed (UPM)