# Including Solution Items in Scene Explorer

#### <a class="anchor" id="bkmrk--2"></a>Creation

Solution items can be added in the Scene Explorer via copy-paste or drag-and-drop.  
The image below exemplify the adding (by drag-and-drop) the Text Control into the Solution Explorer:

<div drawio-diagram="7207"><img src="https://doc316en.candera.eu/uploads/images/drawio/2024-10/drawing-4-1730164152.png" alt=""/></div>

<div class="contents" id="bkmrk-when-the-solution-it"><div class="contents"><div class="contents"><div class="textblock"><dl class="note"><dd></dd><dd></dd><dd><p class="callout info">When the solution items are copied in Scene Explorer the class is copied, not the instance.</p>

</dd></dl></div></div></div></div>After adding the solution item (Text control, in our case) in the Solution Explorer the newly created copy is shown in the destination folder (1) from Solution Explorer and also in the Controls panel in the Category *Common* (2). Also, in the case of the controls and behavior building blocks, the solution item becomes active (3) and its content is shown in the Scene Tree.

Following solutions items support this feature:

<div class="contents" id="bkmrk-controls-behavior-bu"><div class="contents"><div class="textblock">- controls
- behavior building blocks
- templates
- shader fragments
- shader programs
- render targets

</div></div></div>#### <a class="anchor" id="bkmrk--4"></a>Usage

Once the solution item is copied in the Solution Explorer it can be edited and then instantiated in the Scene Tree. As exemplification, the *Category* property was changed to "MyControls" and the control TextNode2D properties were changed to show a different text and color:

<div drawio-diagram="7208"><img src="https://doc316en.candera.eu/uploads/images/drawio/2024-10/drawing-4-1730164427.png" alt=""/></div>

<div class="contents" id="bkmrk--1"><div class="textblock">  
</div></div>