You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using texture on the node, the texture is normal without zoom. But after zooming out the graph, the texture displayed in the wrong position. What is the cause of this problem?
The node editor code iconProperty.objectReferenceValue = EditorGUI.ObjectField(iconRect, iconProperty.objectReferenceValue, typeof(Sprite), false);
Normal view:
Zoom out:
The text was updated successfully, but these errors were encountered:
When using texture on the node, the texture is normal without zoom. But after zooming out the graph, the texture displayed in the wrong position. What is the cause of this problem?
The node editor code
iconProperty.objectReferenceValue = EditorGUI.ObjectField(iconRect, iconProperty.objectReferenceValue, typeof(Sprite), false);
Normal view:
Zoom out:
The text was updated successfully, but these errors were encountered: