Skip to main content
Severin
May 18, 2024
Solved

Unable to nest components

  • May 18, 2024
  • 2 replies
  • 1113 views

Are there any restrictions on when components can be nested into each other? I’ve created 2 components, added 2 instances to a frame but it won’t let me nest them.

Is this a bug or am I missing something?

I’ve tried via drag & drop and via ctrl+x / ctrl+v but nothing works.

This topic has been closed for replies.
Best answer by Gleb

You can’t modify instances. You can only override certain properties of objects inside of them, but not add or remove objects. The purpose of component instances is to follow the layer structure of the main component.

2 replies

Gleb
GlebAnswer
Power Member
May 18, 2024

You can’t modify instances. You can only override certain properties of objects inside of them, but not add or remove objects. The purpose of component instances is to follow the layer structure of the main component.

Severin
SeverinAuthor
May 18, 2024

Ok, thanks. I’ve just realized that it’s only possible to nest an instance of a component into another main component. Makes sense.