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
Vulkan API 1.2.231 - Forward Mobile - Using Vulkan Device #0: Apple - Apple M1 Max
Issue description
Creating a static function and referencing self class on function body isn't working anymore on 4.2.dev3 (I was using 4.2.dev1 and it was working fine. I tested on 4.2.dev2 and it worked too).
Example:
Godot version
Godot Engine v4.2.dev3.official.013e8e3af
System information
Vulkan API 1.2.231 - Forward Mobile - Using Vulkan Device #0: Apple - Apple M1 Max
Issue description
Creating a static function and referencing self class on function body isn't working anymore on 4.2.dev3 (I was using 4.2.dev1 and it was working fine. I tested on 4.2.dev2 and it worked too).
Example:
Error
Parser Error: Identifier not found: MyConfig
onvar my_config: MyConfig = MyConfig.new()
.Steps to reproduce
Download mrp and run
node_2d.tscn
sceneMinimal reproduction project
static_self_ref.zip
The text was updated successfully, but these errors were encountered: