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
Using expressions, you can move a node to infinity. When you focus on the node afterwards, the 2D editor becomes unusable:
godot.windows.editor.dev.x86_64_DrGYzyl3bg.mp4
You can't pan or center on other objects, no node is visible in the viewport. If you save the scene in this state, the edit state file saves ofs = Vector2(nan, nan), making the scene uneditable until you fix the edit state file in the .godot folder.
Steps to reproduce
Add some 2D node
Change it's position to infinity (can't be directly entered; use pow() method)
Focus on that object by pressing F
Minimal reproduction project
N/A
EDIT:
Apparently #80699 is required to use pow(). Not sure how to make inf otherwise.
The text was updated successfully, but these errors were encountered:
Godot version
4.2 ff5c884
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
Using expressions, you can move a node to infinity. When you focus on the node afterwards, the 2D editor becomes unusable:
godot.windows.editor.dev.x86_64_DrGYzyl3bg.mp4
You can't pan or center on other objects, no node is visible in the viewport. If you save the scene in this state, the edit state file saves
ofs = Vector2(nan, nan)
, making the scene uneditable until you fix the edit state file in the.godot
folder.Steps to reproduce
pow()
method)Minimal reproduction project
N/A
EDIT:
Apparently #80699 is required to use
pow()
. Not sure how to makeinf
otherwise.The text was updated successfully, but these errors were encountered: