Skip to content
New issue

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

Cyclic reference error in GDScript 2.0 #41027

Closed
DarkMessiah opened this issue Aug 4, 2020 · 0 comments · Fixed by #67714
Closed

Cyclic reference error in GDScript 2.0 #41027

DarkMessiah opened this issue Aug 4, 2020 · 0 comments · Fixed by #67714

Comments

@DarkMessiah
Copy link
Contributor

Godot version:
Godot Eninge v4.0.dev.custom_build.ec678c5e9

OS/device including version:
Windows 10

Issue description:
Cyclic reference error:
image

Steps to reproduce:

  1. Create class1 and class2
  2. Initialize class1 in class2 and class2 in class1
  3. Add class1 to scene

Minimal reproduction project:
godot_cyclic_reference.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment