ℹ️ Explanation of the core prefabs needed to set up and experiment
We need to add the needed EDIA components, and set up the scene for use with this starters kit experiment.
Open GettingStarted_Start scene
You now have an empty scene
Add the following prefabs by right-clicking in your Hierarchy window > EDIA > Core
<aside> 🛠
When the TextMeshPro pop up window shows, click on Import TMP Essentials.
You should now have a game view that looks like this:

This is the foundation of all EDIA projects. We will now add items needed for this specific project.
Add an new Empty gameobject (and reset it to 0,0,0)
This will be the object containing the task logic (script).
Rename it to task-starterskit
<aside>
⚠️ And yes, the naming is important! See Naming conventions
</aside>
<aside>
ℹ️ More info on the EDIA prefabs here → Core building tools
</aside>