We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure what is going on but to fix it I have to reload the scene..
The text was updated successfully, but these errors were encountered:
It seems to be a bug of the editor. The solution I found to solve this problem is to disable and enable the image component.
For this, I added these 2 lines in the SetMockupSprite function of MockupCanvas.cs after applying the sprite:
mockupImage.enabled = false; mockupImage.enabled = true;
So yes, it's not very clean but it works...
Sorry, something went wrong.
394dfd9
No branches or pull requests
Not sure what is going on but to fix it I have to reload the scene..
The text was updated successfully, but these errors were encountered: