mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
17 lines
762 B
Markdown
17 lines
762 B
Markdown
|
---
|
||
|
id: creating-atoms
|
||
|
title: Creating Atoms
|
||
|
hide_title: true
|
||
|
sidebar_label: Creating Atoms
|
||
|
---
|
||
|
|
||
|
# Creating Atoms
|
||
|
|
||
|
There are several ways of creating Atoms in your project. The recommended way is to use the new `Atoms Search` function (introduced in 4.4.2) accessible in the usual Unity `Create` context menu or by pressing the hotkey `Alt + 1`:
|
||
|
|
||
|
![creating-atoms](../assets/creating-atoms/atoms-creation.gif)
|
||
|
|
||
|
Another way to create Atoms is to select `Unity Atoms` in the context menu. The items are listed by category and by type. Custom Atom types created using the `Generator` (introduced by a later tutorial) also appear in this menu.
|
||
|
|
||
|
In the following tutorials this is simply referred to as "creating an Atom" using any of the above mentioned techniques.
|