-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking of checkboxes anywhere in the Inspector deselects the currently selected gameobject #660
Comments
Hi @Geminior. Can you provide information on why you think this is related with NugetForUnity? Also what version of Unity and plugin are you using? |
I realize it sounds unrelated, however, it simply starts occurring once NugetForUnity is added to the project, and once removed it returns to normal. |
I tried reproducing this in Unity 2022.3.23f1 but everything seems to work. I installed NugetforUnity through Unity package manager and I even installed a few packages. @Geminior can you reproduce this in a new empty project? |
Hmm I will try, I suppose it could be some incompatibility with some other
package.
…On Fri, Jul 5, 2024 at 12:06 PM Igor Stojković ***@***.***> wrote:
I tried reproducing this in Unity 2022.3.23f1 but everything seems to
work. I installed NugetforUnity through Unity package manager and I even
installed a few packages. @Geminior <https://github.com/Geminior> can you
reproduce this in a new empty project?
—
Reply to this email directly, view it on GitHub
<#660 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJC5LEKQYADPCGQ4BWZMALZKZVZFAVCNFSM6AAAAABKLANVOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQGU4TEMZUGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@igor84 Ok, so I have managed to reproduce it in a blank project. It only happens when clicking checkboxes on a component on a Prefab, and only if the component has a Custom Editor. To reproduce in the project:
NugetForUnityIssue.mp4 |
This fixes issue #660 where Unity in some situations deselects the edited object on any edit.
Sweet, thanks for the swift update, glad you were able to locate the issue :) |
* Only execute Start/StopAssetEditing if something will change This fixes issue #660 where Unity in some situations deselects the edited object on any edit. * Fixed PreprocessAsset and resolved AccessToDisposedClosure warning
Fix is merged into master. |
The plugin makes interaction with checkboxes unusable.
It is trivial to reproduce:
This is on Unity version 2022.3.23. I have not tried other versions.
The text was updated successfully, but these errors were encountered: