Adding Prefabs from Assets Folder like Unity

Is it possible to add a prefab to a Node from the assets folder? I want to drag a prefab from the assets folder and drop it onto a script which is on a Node that is in the hierarchy like in unity but I am having trouble. The only way I am able to do so is to have the prefab Node already in the hierarchy.

No, you canot add a prefab to a Node, but you can add a prefab to a Prefab from the assets floder, like this:

This solution isn’t working for me in 3.5.2. Refer to my picture. I am attempting to add a prefab from the assets folder into a prefab in the hierarchy.

you may set this property to cc.Prefab, i am using creator3.5.2 too.


here is my demo:
56570.zip (6.4 KB)