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

I can't assign elements to an array of godot objects on the Editor #76440

Closed
germanbv opened this issue Apr 25, 2023 · 2 comments
Closed

I can't assign elements to an array of godot objects on the Editor #76440

germanbv opened this issue Apr 25, 2023 · 2 comments

Comments

@germanbv
Copy link

Godot version

4.0.2

System information

Windows 10, NVidiaRTX 2070

Issue description

I'm working with C# here.. Whenever I export an array of Godot objects such as Label or TextureRect, even if I see the array on the editor and I'm allowed to assign objects of type to the array.. after selecting them, nothing happens.

Steps to reproduce

Export an Array of godot objects by using:

[Export]
Godot.Collections.Array Test
or
[Export]
Label[] Test

Create a Label node on the Editor.

Test will be exposed on the editor allowing you to create an array of type Label and also allowing you to select elements of type
Label from the scene, the problem is that after selecting the elements, nothing happens, the system just ignores your selection.

image
image

//After selecting any of the above-allowed objects, the system just ignores your selection and the element will remain null within the array.

Minimal reproduction project

N/A

@capnm
Copy link
Contributor

capnm commented Apr 25, 2023

Read the issue at the top of the Github page #62916

@KoBeWi
Copy link
Member

KoBeWi commented Apr 25, 2023

Closing as duplicate.

@KoBeWi KoBeWi closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants