Legacy Documentation: Version 2018.2 (Go to current version)
Documentation editorial review
Getting Started
Other Versions

Working in Unity

This section serves as a complete introduction to the Unity software.

Contained in this section are the following chapters:

Getting Started Downloading and installing Unity, getting set up to start your first project, and a quick tour of the editor.

Asset Workflow How to get assetsAny media or data that can be used in your game or Project. An asset may come from a file created outside of Unity, such as a 3D model, an audio file or an image. You can also create some asset types in Unity, such as an Animator Controller, an Audio Mixer or a Render Texture. More info
See in Glossary
into Unity from a variety of different sources, including graphics, art and sound from external programs, Package files from other developers, and ready-made assets from our Asset StoreA growing library of free and commercial assets created by Unity and members of the community. Offers a wide variety of assets, from textures, models and animations to whole Project examples, tutorials and Editor extensions. More info
See in Glossary
and the Standard AssetsA collection of useful assets supplied with Unity. Unity ships with multiple Standard Asset such as 2D, Cameras, Characters, CrossPlatformInput, Effects, Environment, ParticleSystems, Prototyping, Utility, and Vehicles. More info
See in Glossary
bundled with Unity.

The Main Windows A more in-depth look at each of the main windows you’ll use every day in Unity, including useful shortcuts and hotkeys.

Creating Gameplay How to get started making ScenesA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary
, Game Objects, Components, reading input and adding gameplay or interactivity to your project.

Editor Features Information about many of the Editors powerful features, which will help you customize your workflow, integrate with external tools, and extend the editor itself.

Advanced Development Information for those who aren’t brand-new to development, who want to take projects further using Plugins, Asset Bundles, and other more advanced development techniques.

Advanced Editor Topics Take full control of the editor, find out how it works under the hood, and learn how to script and customise the asset pipeline and the Editor itself.

Licenses and Activation Understanding how to activate Unity and manage your licenses.

Upgrade Guides Important notes for upgrading projects that were authored with older versions of Unity.

Did you find this page useful? Please give it a rating:

Documentation editorial review
Getting Started