Page 1 of 1

Editor Issue

Posted: Tue Mar 30, 2021 5:37 am
by AArtlone
Hi!

Since the moment I have started using QM I have been experiencing a problem in the Editor when assigning ScriptableObjects. For example, when assigning a Faction to the Entity type, I am not able to select any of the ScriptableObjects from the PopUp window:
one.png
one.png (36.52 KiB) Viewed 430 times
This seems to happen because this PopUp window does not block the input from the mouse for anything that is beneath the PopUp window. For example, when selecting a certain Faction, if there is any other clickable object beneath, it will not select the Faction.

Please let me know if you need any clarification on this issue.

Re: Editor Issue

Posted: Tue Mar 30, 2021 8:16 am
by Tony Li
Unfortunately this is a Unity editor bug, not anything specific to Quest Machine. I was just dealing with this same frustration yesterday on a client's project that doesn't have any Pixel Crushers assets in it.

It's hardly a fix, but you can drag the window somewhere else so you can click items more easily, or you can type a name into the search bar and then press the down arrow key to navigate them. Once you start navigating with the arrow keys, you can generally also click on items with the mouse and, since the window now has focus, it won't pass the click through to whatever window is underneath.

Re: Editor Issue

Posted: Wed Mar 31, 2021 2:59 am
by AArtlone
Alright, thanks for the tip.