-
Notifications
You must be signed in to change notification settings - Fork 93
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
New key makes Unity lag #15
Comments
Yeah, each time you add a new property (string in my case), it is a duplicate key based on the previous entry. Which triggers a warning about duplicate keys, which makes the whole component go crazy - it keeps on reloading. That makes it impossible to add a new key to multiple prefabs at once, because the reload lag gets too much, and you can't click inside. Because I'm still new in Unity, I found a quick workaround for my case, I'm setting the new key to empty string right after adding. That avoids the warning and thus the crazy reloads.
|
Hi, I could not reproduce a big lag in the editor. Which version of unity are you using ? Have you tried with the version in the master branch ? |
After adding new key Unity lags. The lag stops after making key unique and not null.
The text was updated successfully, but these errors were encountered: