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
Warnings appearing regardless of the state of that flag:
Steps to reproduce
Create a new project with default scene
Attach a default script:
extends Node3D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
Try to disable that option and run the debugging.
Minimal reproduction project
Too easy to reproduce even with default script
The text was updated successfully, but these errors were encountered:
Godot version
dbd1524
System information
Windows 11
Issue description
Warnings appearing regardless of the state of that flag:
Steps to reproduce
Minimal reproduction project
Too easy to reproduce even with default script
The text was updated successfully, but these errors were encountered: