Editor Issue

Announcements, support questions, and discussion for Quest Machine.
Post Reply
AArtlone
Posts: 37
Joined: Tue Mar 09, 2021 2:54 am

Editor Issue

Post 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 429 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.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Editor Issue

Post 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.
AArtlone
Posts: 37
Joined: Tue Mar 09, 2021 2:54 am

Re: Editor Issue

Post by AArtlone »

Alright, thanks for the tip.
Post Reply