keijiro / KlakLasp

An extension for the Klak Wiring system to create audio reactive behaviors.
MIT License
162 stars 23 forks source link

Patcher UI doesn't work with .Net 4.x runtime #3

Open DeXtmL opened 6 years ago

DeXtmL commented 6 years ago

Steps to reproduce:

  1. switch to .Net 4.x scripting runtime in the player settings, restart when necessary
  2. open Particles scene under Test folder
  3. select "Patch" game object
  4. in the inspector, click "Open Patcher"
  5. Errors appear in the console and no UI is displayed.

error msg:

ArgumentException: Value does not fall within the expected range. UnityEditor.Graphs.Property.ConvertFromSingleValue (System.Object o) (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Property.cs:339) ... Klak.Wiring.Patcher.Node.PopulateSlots () (at Assets/Klak Imported/Wiring/Editor/Patcher/Node.cs:135) ... ArgumentException: Getting control 2's position in a group with only 2 controls when doing repaint Aborting

version: Unity 2018.2.2f1