-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
When "UI-Effect.mat" is created automatically, Unity hangs up. #126
Comments
Hi @shirou-take Wow, thank you for finding the bug! |
Hi @mob-sakai This is a log when it hangs up This log was advanced according to the procedure, and the part where the last error is repeated indefinitely is omitted. The last error(stack trace) is repeated indefinitely. |
Thunks a lot! |
This issue is reproduced in Unity2017.x or above. Solution for this issueIf you encounter this issue, please try the following steps:
|
Hi @mob-sakai |
Due to the delay in the v3.0.0 release, this bug will be fixed in v2.8.2. |
Hi.
When GetOrGenerateMaterialVariant () in MaterialResolver.cs is executed without UI-Effect.mat, AssetDatabase.CreateAsset () fails and Unity hangs up.
1.Create New Project in UnityEditor.(Unity2018.2.5f1)
2.Import UIEffect.unitypackage(v2.8.1)
3.Remove /Assets/Coffee/UIExtensions/UIEffect/Materials/UI-Effect.mat
4.Load /Assets/Coffee/UIExtensions/UIEffect/Demo/UIEffec_Demo.unity
5.Unity hangs up
I have a log, should I paste it?
The text was updated successfully, but these errors were encountered: