immersivecognition / unity-experiment-framework

UXF - Framework for creating human behaviour experiments in Unity
https://immersivecognition.github.io/unity-experiment-framework/
MIT License
215 stars 41 forks source link

Events tab unusable on Unity 2020.1 #46

Closed ischtz closed 3 years ago

ischtz commented 3 years ago

After creating a new project on Unity 2020.1.10f1 and importing the latest UXF, the Events tab won't display and the console shows errors (previous editor versions work fine):

Screenshot 2020-11-11 113356 Screenshot 2020-11-11 113334

A quick search suggests this might be related to https://github.com/MerlinVR/EasyEventEditor/issues/10?

Thanks for building this, btw!

jackbrookes commented 3 years ago

Thanks, generally can recommend the Unity LTS versions (currently 2019) but it looks like an easy fix so I'll see what I can do

thefirstfloor commented 3 years ago

Same issue here. Popped up as soon as I added an XRGrabInteractable script to an object, which shows an 'events' tab in the inspector. (not using UXF components / objects / scripts at all in that whole scene).

BrainonSilicon commented 3 years ago

Are y’all using XRTK?

On Wed, Nov 11, 2020 at 12:11 Jeroen De mooij notifications@github.com wrote:

Same issue here. Popped up as soon as I added an XRGrabInteractable script to an object, which shows an 'events' tab in the inspector. (not using UXF components / objects / scripts at all in that whole scene).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/immersivecognition/unity-experiment-framework/issues/46#issuecomment-725388643, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKGUOSY67I5UZQRJQWXZPJTSPJ5PRANCNFSM4TR2RYTA .

-- Sophia Batchelor

University of California Berkeley Class of 2019 ssmbatchelor@gmail.com | 510 990 5868 | Build a Brighter World

thefirstfloor commented 3 years ago

Are y’all using XRTK?

Yes, I'm using the Unity XR Toolkit [Version 0.10.0-preview.7 - November 05, 2020] on Unity 2020.1.12f

ischtz commented 3 years ago

Update: it seems that UXF comes bundled with a copy of EasyEventEditor, and dropping the new EasyEventEditor.cs referenced in https://github.com/MerlinVR/EasyEventEditor/pull/11 into my UXF Project (Assets/UXF/Scripts/Etc/Editor) fixed it for me.

jackbrookes commented 3 years ago

@ischtz I just pushed a fix with exactly that. Package v2.0.4 has the changes.