CyanLaser / CyanTrigger

CyanTrigger is an Udon compiler with focus on in-scene editing. The interface resembles the old SDK2 VRC Trigger interface, but has more functionality. CyanTrigger has full access to all of Udon and can work with UdonGraph and UdonSharp.
https://cyanlaser.github.io/CyanTrigger/
Other
44 stars 2 forks source link

Issue #18

Closed DaBluBirb closed 1 year ago

DaBluBirb commented 2 years ago

Error: Could not load signature of VRC.SDK3.Components.MultipleDisplayUtilities:GetRelativeMousePositionForDrag due to: Could not load file or assembly 'UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. assembly:UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type: member:(null) signature:

Assets\CyanTriggerSDK2Migrator\Scripts\Proxies\ProxyBase.cs(16,16): error CS0118: 'CyanTrigger' is a namespace but is used like a type

CyanLaser commented 2 years ago

What version of CyanTrigger are you using? The SDK migrator currently only supports version 0.3 and does not support the new v0.4 release yet.

CyanLaser commented 1 year ago

Closing as no update from creator.