This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 445
Inspector disabled for locked files #934
Labels
Comments
Hey @vanustwo thanks for testing our stuff out and making this bug report, but can you give me a bit more to work with? Maybe a screen shot or gif or something... I'm having a bit of trouble getting what you mean. |
@StanleyGoldman thank you for the reply.
|
That's real weird. I'll give it a shot myself in a bit. |
I reproduced it. That's so weird. |
@StanleyGoldman Do you have an ETA for a fix? |
Not quite yet. I was pushing out a release yesterday and tried to see if this was an easy fix. |
shana
added a commit
that referenced
this issue
Nov 7, 2018
There's two issues going on here - The `loggedInUser` field wasn't getting seeded with user information on load, so checking whether the current user owns a lock would always fail until the connections changed event got triggered somehow - `GetLock` didn't account for not having user information, so if the user was logged out, it would default to not allowing any edits. Since the info wasn't getting seeded, it would always report files as being locked by someone else. It now defaults to allowing edits if the user isn't signed in. Now, this isn't a bug, but if the user is not signed in, all bets are kinda off on validating locks. We should probably warn the user that we can't check whether they own the lock, but we should probably not lock down Unity entirely because of it.
StanleyGoldman
added a commit
that referenced
this issue
Nov 28, 2018
…abled Report the correct editing status to Unity. Fixes #934
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a file is locked like a material. The inspector view UI is disabled. Is there a way to stop this?
The text was updated successfully, but these errors were encountered: