Why hange type option miss?

Godot Version

Godot 4.5.dev1

Question

I would like to know why I dont see the change type option when right-click on the node in the Scene ??following there is video:

Hi,

That’s probably because you cannot change the type of an instantiated scene (which are scenes added to the tree, represented by the icon below).

image

You should be able to open that scene and change the node’s type, but you cannot do that for a specific instance.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.