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
4.4
Linux, x86_64
If you create class like:
extends ViewportTexture class_name ViewportTexture2
Then try to select ViewportTexture2 in Sprite2D texture, after selecting NodePath in opened window, texture class in Sprite2D becomes ViewportTexture
ViewportTexture2
texture
ViewportTexture
Only way is to click Cancel in window with selecting NodePath and then click on Assign:
Create class derived from ViewportTexture Try to select it for Sprite2D texture
mrp_viewporttexture.zip
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tested versions
4.4
System information
Linux, x86_64
Issue description
If you create class like:
Then try to select
ViewportTexture2
in Sprite2Dtexture
, after selecting NodePath in opened window,texture
class in Sprite2D becomesViewportTexture
Only way is to click Cancel in window with selecting NodePath and then click on Assign:
Steps to reproduce
Create class derived from
ViewportTexture
Try to select it for Sprite2D
texture
Minimal reproduction project (MRP)
mrp_viewporttexture.zip
The text was updated successfully, but these errors were encountered: