> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2021.3/getting-started/whats-new-20213.md).

# What's New

With the release of **Incari Studio** 2021.3, there appeared a number of new features. Here is a list of the features you need to know.

* [**Primitives**](/incari-studio/2021.3/getting-started/scene-objects/primitives.md)

  **Primitives** are new 3D **Objects** available in **Incari** that can be altered to the visual specifications of the user.
* [**Directional Lights**](/incari-studio/2021.3/getting-started/scene-objects/lights.md)

  **Incari** has added a third type of **Light** that extends the capabilities of lighting and shadows in a **Scene**.
* [**Normal Maps**](/incari-studio/2021.3/modules/material-editor.md)

  With **Normal Maps** now available in the **Materials Editor**, users of **Incari** can now take advantage of this texturing technique that will reduce rendering time and also improve the details of the **Mesh**.
* [**Screen Space Elements**](/incari-studio/2021.3/getting-started/scene-objects/screen-space-elements.md)

  **Screen Space Elements** will let users transfer their designs from third-party applications like *Photoshop* and *Figma* into **Incari** without requiring a tedious conversion process. Furthermore, versions of **3D** and **Vector** **Objects** editable only in two-dimensional space make an appearance under **2D** and **Vector2D** categories in the **Scene Outliner**, alongside new **Nodes**.
* [**Build Module (version 1)**](/incari-studio/2021.3/modules/exporter.md)

  This new **Module** allows to export a **Project** into a desired folder of the Host target and generate an execution file.
* [**CPU Profiler Integration**](/incari-studio/2021.3/modules/profiler-view.md)

  **Incari** has now a **CPU Profiler** tool integrated, which allows to analyze the performance of any **Block** of **Nodes** in the **Logic**. A **Profiler Block** with the new [**Profiler Start**](/incari-studio/2021.3/toolbox/development/profiler-start.md) and [**Profiler Stop**](/incari-studio/2021.3/toolbox/development/profiler-stop.md) **Nodes** has to be created first and then the [**Profiler View Module**](/incari-studio/2021.3/modules/profiler-view.md) is used for capturing and analyzing the performance of the **Blocks**.

![](/files/-Mj95F1ew1fK4MqLPzqe)

* **Compiler in Command Line Interface (version 1)**

  Now the **Logic** of a **Project** can be compiled directly from the command line. This allows to then directly run a **Project** in **Incari Player** without having to open the **Project** in **Incari Studio**.

  The command to compile the **Logic** of a **Project** is: `IncariCLI.exe /p="<project-path>"`.
