A 2D GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary such as a tilemapA GameObject that allows you to quickly create 2D levels using tiles and a grid overlay. More info
See in Glossary or spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary. More info
A form of parallel projection where the dimensions of a 3D objectA 3D GameObject such as a cube, terrain or ragdoll. More info
See in Glossary are projected onto a 2D plane, and only two of the three angles between the axes are equal to each other. This form of projection is commonly used in isometric video games to simulate three-dimensional depth. More info
A form of parallel projection where the dimensions of a 3D objectA 3D GameObject such as a cube, terrain or ragdoll. More info
See in Glossary are projected onto a 2D plane, and the angles betwen all three axes are equal to each other. This form of projection is commonly used in isometric video games to simulate three-dimensional depth. More info
A texture that is composed of several smaller textures. Also referred to as a texture atlas, image spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary, sprite sheet or packed texture. Sprite AtlasA texture that is composed of several smaller textures. Also referred as a texture atlas, image sprite, sprite sheet or packed texture. Sprite Atlas
See in Glossary
A texture that is composed of several smaller textures. Also referred as a texture atlas, image spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary, sprite sheet or packed texture. Sprite AtlasA texture that is composed of several smaller textures. Also referred as a texture atlas, image sprite, sprite sheet or packed texture. Sprite Atlas
See in Glossary
Defines a fixed behavior for a 2D rigid body. Can be Dynamic (the body moves under simulation and is affected by forces like gravity), Kinematic (the body moves under simulation, but and isn’t affected by forces like gravity) or Static (the body doesn’t move under simulation). More info
A 2D jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary type which is completely constrained, allowing two objects to be held together. Implemented as a spring so some small motion may still occur. More info
Use to adjust the friction and bounce that occurs between 2D physics objects when they collide More info
A 2D jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary that allows two game objects controlled by rigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary physics to maintain in a position based on each other’s location. Use this joint to keep two objects offset from each other, at a position and angle you decide More info
A meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary that Unity generates to approximate the walkable areas and obstacles in your environment for path finding and AI-controlled navigation. More info
Players who recently played your game. Unity AnalyticsA data platform that provides analytics for your Unity game. More info
See in Glossary defines an active player as someone who has played within the last 90 calendar days. More info
(Average Revenue Per User) Average Unity Ads revenue per player. More info
Total Unity Ads revenue. More info
The number of video ads that started playing. More info
The number of ads started per active player on a given day. More info
By default, Unity does not breakout analyticsA data platform that provides analytics for your Unity game. More info
See in Glossary data for players under the age of 14. See COPPA(Children’s Online Privacy Protection Act) COPPA is a US law that applies to apps that collect personal information and are targeted to children under the age of 14. More info
See in Glossary Compliance. More info
Players who have made any verified or unverified in-app purchases in their lifetime. More info
A data platform that provides analyticsA data platform that provides analytics for your Unity game. More info
See in Glossary for your Unity game. More info
Events dispatched to the AnalyticsA data platform that provides analytics for your Unity game. More info
See in Glossary Service by instances of your applications. Analytics events contain the data that is processed and aggregated to provide insights into player behavior. More info
Player segments based on application version or bundleid. More info
(Average Revenue Per Daily Active User) The average revenue per user who played on a given day. More info
(Average Revenue Per Paying User) Average verified IAP revenueRevenue from verified IAP transactions. IAP verification is currently supported by the Apple App Store and the Google Play Store. More info
See in Glossary per user who completed a verified IAP transaction. More info
The rate at which users are leaving your game during a specified period. Your user churn is important in estimating the lifetime value of your users. Mathematically, churn is the complement of retention (in other words: Churn + Retention = 100%). More info
A group of players with at least one similar characteristic. You can define and analyze different cohorts of your user base with segments. More info
The percentage of users who complete an action or sequence of actions. More info
(Children’s Online Privacy Protection Act) COPPA(Children’s Online Privacy Protection Act) COPPA is a US law that applies to apps that collect personal information and are targeted to children under the age of 14. More info
See in Glossary is a US law that applies to apps that collect personal information and are targeted to children under the age of 14. More info
Core events are the basic events dispatched by the Unity AnalyticsA data platform that provides analytics for your Unity game. More info
See in Glossary code in your game. These events, and the analyticsA data platform that provides analytics for your Unity game. More info
See in Glossary based on them, become available simply by turning on Unity Analytics for a Project. Core events include: app running, app start, and device info. More info
(Click Through Rate) The percentage of players who click a link in an ad displayed in your game. More info
Custom events are freeform events that you can dispatch when an appropriate standard eventStandard events are application-specific events that you dispatch in response to important player actions or milestones. Standard events have standardized names and defined parameter lists. More info
See in Glossary is not available. Custom events can have any name and up to ten parameters. Use standard eventsStandard events are application-specific events that you dispatch in response to important player actions or milestones. Standard events have standardized names and defined parameter lists. More info
See in Glossary in preference to custom events where possible. More info
A Unity AnalyticsA data platform that provides analytics for your Unity game. More info
See in Glossary Dashboard page that allows you to build, view and export reports on your Analytics metrics and events. You can also see how metrics and custom events change over time. More info
(Daily Active Users) The number of different players who started a session on a given day. DAU(Daily Active Users) The number of different players who started a session on a given day. DAU includes both new and returning players. More info
See in Glossary includes both new and returning players. More info
(DAU/MAU) The percentage of monthly active users who play on a given day. Also known as Sticky FactorAn estimate of how compelling a game is to its players. A high “sticky factor” means that players stick with an app over time. More info
See in Glossary in the analyticsA data platform that provides analytics for your Unity game. More info
See in Glossary and game industries, this metric is often used as one estimate of player engagement. More info
The percentage of players who returned to your game one day after playing the first time. More info
The percentage of players who returned to your game thirty days after playing the first time. More info
The percentage of players who returned to your game seven days after playing the first time. More info
Player segments based on reported demographics. More info
Players who have spent between $5 and $19.99. More info
(estimated Cost Per Mille) The estimated revenue for 1000 ad impressions for your app. See What is ECPM. More info
Engagement is a broad measure of how players enjoy, or are otherwise invested, in your game. Impossible to measure directly, the following metrics are frequently used to estimate engagement: Retention, DAU(Daily Active Users) The number of different players who started a session on a given day. DAU includes both new and returning players. More info
See in Glossary, MAU(Monthly Active Users) The number of players who started a session within the last 30 days. More info
See in Glossary, DAU/MAU, number of sessions, and session length. More info
(Free to Play) A business model that offers users free access to a fully functional game and a significant portion of app content. Monetization strategies for these titles generally include microtransactions that allow users to access premium features and virtual goods. More info
The rate at which ads are available when you request one. More info
In AnalyticsA data platform that provides analytics for your Unity game. More info
See in Glossary, a funnel is a linear sequence of standard or custom events that you expect a player to complete in order. More info
Player segments based on country. More info
Heatmaps are a spatial visualization of analyticsA data platform that provides analytics for your Unity game. More info
See in Glossary data. More info
(In-app Purchase) Revenue from “micro-transactions” within a game. More info
The number of times ads are seen in your game. An impression is counted even if the ad is not completed. More info
(Lifetime Value) The estimated value of an average player over their lifetime with your application or game. More info
(Monthly Active Users) The number of players who started a session within the last 30 days. More info
A player who has spent less than $5 in their lifetime. More info
Players who have never spent real currency. More info
Users who played your game for the first time. More info
The total number of IAP transactions, whether or not they have been verified. More info
The cumulative number of unique players over the last 90 days. Users who have not played in more than 90 days are removed from the count. More info
IAP transactions that have been verified through the appropriate app store. IAP verification is currently supported by the Apple App Store and the Google Play Store. More info
Your player population as a percentage. Typically only useful when combined with a segment. Calculated as the percentage of the Number of Users metric who are members of a specified segment. More info
Remote settings are game variables that you can set remotely on your AnalyticsA data platform that provides analytics for your Unity game. More info
See in Glossary Dashboard. See Remote Settings. More info
Segments are subsets of your player base, split apart by key differentiators. Viewing metrics and events by segment can reveal differences in-game behavior between different groups. More info
A single play or usage period. A new session is counted when a player launches your game or brings a suspended game to the foreground after 30 minutes of inactivity. More info
The average number of sessions per person playing on a given day. Also known as Average Number of Sessions per DAU(Daily Active Users) The number of different players who started a session on a given day. DAU includes both new and returning players. More info
See in Glossary. More info
Standard events are application-specific events that you dispatch in response to important player actions or milestones. Standard eventsStandard events are application-specific events that you dispatch in response to important player actions or milestones. Standard events have standardized names and defined parameter lists. More info
See in Glossary have standardized names and defined parameter lists. More info
An estimate of how compelling a game is to its players. A high “sticky factorAn estimate of how compelling a game is to its players. A high ”sticky factor“ means that players stick with an app over time. More info
See in Glossary” means that players stick with an app over time. More info
The cumulative playing time of all people playing on a given day. More info
The average playing time of people playing on a given day. More info
The total IAP revenueThe total IAP revenue, including revenue from both verified and unverified transactions. More info
See in Glossary, including revenue from both verified and unverified transactions. More info
The total number of sessions by all people playing on a given day. Also known as Total Sessions. More info
Revenue from Unity Ads and verified IAP transactions. IAP verification is currently supported by the Apple App Store and the Google Play Store. More info
See AnalyticsA data platform that provides analytics for your Unity game. More info
See in Glossary More info
See IAP More info
An IAP feature that supports Microsoft’s In App Purchase(In-app Purchase) Revenue from “micro-transactions” within a game. More info
See in Glossary simulator, which allows you to test IAP purchase flows on devices before publishing your application. More info
Players to whom you have assigned Gender.Unknown. (Players whose gender has not been reported at all are not included in this segment.) More info
IAP revenue from sources that do not support verification and from transactions that failed verification. Transactions can fail verification because they are fraudulent or because of missing or malformed information. More info
Revenue from verified IAP transactions. IAP verification is currently supported by the Apple App Store and the Google Play Store. More info
Players who made verified IAP purchases. IAP verification is currently supported by the Apple App Store and the Google Play Store. More info
Players who have spent at least $20 in their lifetime. More info
A Blend Tree for 1D blending, which blends motion according to a single Animation Parameter. More info
A Blend Tree for 2D blending, which blends motion according to two Animation ParametersUsed to communicate between scripting and the Animator Controller. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation Clips and can be sampled using the scripting API. More info
See in Glossary. More info
A 3D GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary such as a cube, terrainThe landscape in your scene. A Terrain GameObject adds a large flat plane to your scene and you can use the Terrain’s Inspector window to create a detailed landscape. More info
See in Glossary or ragdoll. More info
Enables you to make an object change its form by blending between two separate meshes. More info
Used for continuous blending between similar Animation ClipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary based on float Animation ParametersUsed to communicate between scripting and the Animator Controller. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation Clips and can be sampled using the scripting API. More info
See in Glossary. More info
Animation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
A node in a Blend Tree graph that contains an animation clipAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary, such as a run or walk animation. More info
The method of compressing animation data to significantly reduce file sizes without causing a noticable reduction in motion quality. Animation compressionA method of storing data that reduces the amount of storage space it requires. See Texture Compression3D Graphics hardware requires Textures to be compressed in specialised formats which are optimised for fast Texture sampling. More info
See in Glossary, Animation CompressionThe method of compressing animation data to significantly reduce file sizes without causing a noticable reduction in motion quality. Animation compression is a trade off between saving on memory and image quality. More info
See in Glossary, Audio Compression, Build Compression.
See in Glossary is a trade off between saving on memory and image quality. More info
Allows you to add data to an imported clip so you can animate the timings of other items based on the state of an animator. For example, for a game set in icy conditions, you could use an extra animation curveThe curve drawn between keys set for the same animatable property, at different frames or seconds. The position of the tangents and the selected interpolation mode for each key determines the shape of the animation curve. More info
See in Glossary to control the emission rate of a particle systemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary to show the player’s condensing breath in the cold air. More info
Allows you to add data to an imported clip which determines when certain actions should occur in time with the animation. For example, for an animated character you might want to add events to walk and run cycles to indicate when the footstep sounds should play. More info
An Animation LayerAn Animation Layer contains an Animation State Machine that controls animations of a model or part of it. An example of this is if you have a full-body layer for walking or jumping and a higher layer for upper-body motions such as throwing an object or shooting. The higher layers take precedence for the body parts they control. More info
See in Glossary contains an Animation State MachineThe set of states in an Animator Controller that a character or animated GameObject can be in, along with a set of transitions between those states and a variable to remember the current state. The states available will depend on the type of gameplay, but typical states include things like idling, walking, running and jumping. More info
See in Glossary that controls animations of a model or part of it. An example of this is if you have a full-body layer for walking or jumping and a higher layer for upper-body motions such as throwing an object or shooting. The higher layers take precedence for the body parts they control. More info
Used to communicate between scripting and the Animator ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation ClipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary and can be sampled using the scripting API. More info
A graph within an Animator ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary that controls the interaction of Animation States. Each state references an Animation Blend TreeUsed for continuous blending between similar Animation Clips based on float Animation Parameters. More info
See in Glossary or a single Animation ClipAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary. More info
Allows a state machineThe set of states in an Animator Controller that a character or animated GameObject can be in, along with a set of transitions between those states and a variable to remember the current state. The states available will depend on the type of gameplay, but typical states include things like idling, walking, running and jumping. More info
See in Glossary to switch or blend from one animation state to another. Transitions define how long a blend between states should take, and the conditions that activate them. More info
A component on a model that animates that model using the Animation system. The component has a reference to an Animator ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary assetAny 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 that controls the animation. More info
Controls animation through Animation LayersAn Animation Layer contains an Animation State Machine that controls animations of a model or part of it. An example of this is if you have a full-body layer for walking or jumping and a higher layer for upper-body motions such as throwing an object or shooting. The higher layers take precedence for the body parts they control. More info
See in Glossary with Animation State MachinesA graph within an Animator Controller that controls the interaction of Animation States. Each state references an Animation Blend Tree or a single Animation Clip. More info
See in Glossary and Animation Blend TreesUsed for continuous blending between similar Animation Clips based on float Animation Parameters. More info
See in Glossary, controlled by Animation ParametersUsed to communicate between scripting and the Animator Controller. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation Clips and can be sampled using the scripting API. More info
See in Glossary. The same Animator ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary can be referenced by multiple models with Animator componentsA component on a model that animates that model using the Animation system. The component has a reference to an Animator Controller asset that controls the animation. More info
See in Glossary. More info
Allows you to create multiple variants of an Animator ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary, with each variant using a different set of animations, while retaining the original Controller’s structure, parameters and logic. More info
The window where the Animator ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary is visualized and edited. More info
An interface for retargetingApplying animations created for one model to another. More info
See in Glossary animation from one rig to another. More info
A specification for which body parts to include or exclude for an animation rig. Used in Animation LayersAn Animation Layer contains an Animation State Machine that controls animations of a model or part of it. An example of this is if you have a full-body layer for walking or jumping and a higher layer for upper-body motions such as throwing an object or shooting. The higher layers take precedence for the body parts they control. More info
See in Glossary and in the importer. More info
The pose at which the character was modelled.
Transition from one animation to another animation smoothly and seamlessly, such as blending a character’s walking and running animations according to the character’s speed.
A node in a Blend Tree graph that blends animation clipAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary nodes. More info
The mass center of the character. It is used in for animation retargetingApplying animations created for one model to another. More info
See in Glossary and provides the most stable displacement model. More info
A Blend Tree that allows you to map animator parameters directly to the weight of a Blend Tree child. This is useful when you want to have exact control over the animations that are being blended rather than blend them indirectly using one or two parameters (in the case of 1D and 2D blend trees). More info
A method of posing a skeleton for animation by rotating the jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary angles to predetermined values. The position of a child joint changes according to the rotation of its parent and so the end point of a chain of jointsA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary can be determined from the angles and relative positions of the individual joints it contains.
A pre-defined bone-mapping. Used for matching bones from FBX files to the AvatarAn interface for retargeting animation from one rig to another. More info
See in Glossary. More info
An animation using humanoid skeletons. Humanoid models generally have the same basic structure, representing the major articulate parts of the body, head and limbs. This makes it easy to map animations from one humanoid skeleton to another, allowing retargetingApplying animations created for one model to another. More info
See in Glossary and inverse kinematicsThe geometry that describes the position and orientation of a character’s joints and bodies. Used by inverse kinematics to control character movement.
See in Glossary. More info
The automatic calculation of jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary angles (eg. the shoulder and elbow joint of an arm) so that the end point (eg. the hand) reaches a desired point in space. In contrast to Forward KinematicsA method of posing a skeleton for animation by rotating the joint angles to predetermined values. The position of a child joint changes according to the rotation of its parent and so the end point of a chain of joints can be determined from the angles and relative positions of the individual joints it contains.
See in Glossary More info
A frame that marks the start or end point of a transition in an animation. Frames in between the keyframesA frame that marks the start or end point of a transition in an animation. Frames in between the keyframes are called inbetweens.
See in Glossary are called inbetweens.
A process that removes redundant keyframesA frame that marks the start or end point of a transition in an animation. Frames in between the keyframes are called inbetweens.
See in Glossary. More info
The geometry that describes the position and orientation of a character’s jointsA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary and bodies. Used by inverse kinematicsThe geometry that describes the position and orientation of a character’s joints and bodies. Used by inverse kinematics to control character movement.
See in Glossary to control character movement.
An animation clipAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary setting that blends the end and start of an animation to create a seamless join. More info
This allows you to have more intuitive control over the character’s skeleton. When an AvatarAn interface for retargeting animation from one rig to another. More info
See in Glossary is in place, the Animation system works in muscle space, which is more intuitive than bone space. More info
To repeatedly play an animation to the end, then in reverse back to the beginning, in a loop.
An API for controlling PlayablesAn API that provides a way to create tools, effects or other gameplay mechanisms by organizing and evaluating data sources in a tree-like structure known as the PlayableGraph. More info
See in Glossary. Playable GraphsAn API for controlling Playables. Playable Graphs allow you to create, connect and destroy playables. More info
See in Glossary allow you to create, connect and destroy playablesAn API that provides a way to create tools, effects or other gameplay mechanisms by organizing and evaluating data sources in a tree-like structure known as the PlayableGraph. More info
See in Glossary. More info
An API that provides a way to create tools, effects or other gameplay mechanisms by organizing and evaluating data sources in a tree-like structure known as the PlayableGraph. More info
Applying animations created for one model to another. More info
The process of building a skeleton hierarchy of jointsA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary for your meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary. Performed with an external tool, such as Blender or Autodesk Maya. More info
Motion of character’s root nodeA transform in an animation hierarchy that allows Unity to establish consistency between Animation clips for a generic model. It also enables Unity to properly blend between Animations that have not been authored “in place” (that is, where the whole Model moves its world position while animating). More info
See in Glossary, whether it’s controlled by the animation itself or externally. More info
A transform in an animation hierarchy that allows Unity to establish consistency between Animation clipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary for a generic model. It also enables Unity to properly blend between Animations that have not been authored “in place” (that is, where the whole Model moves its world position while animating). More info
The Transform at the top of a hierarchy of Transforms. In a PrefabAn asset type that allows you to store a GameObject complete with components and properties. The prefab acts as a template from which you can create new object instances in the scene. More info
See in Glossary, the Root TransformThe Transform at the top of a hierarchy of Transforms. In a Prefab, the Root Transform is the topmost Transform in the Prefab. In an animated humanoid character, the Root Transform is a projection on the Y plane of the Body Transform and is computed at run time. At every frame, a change in the Root Transform is computed, and then this is applied to the GameObject to make it move. More info
See in Glossary is the topmost Transform in the Prefab. In an animated humanoid character, the Root Transform is a projection on the Y plane of the Body Transform and is computed at run time. At every frame, a change in the Root Transform is computed, and then this is applied to the GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary to make it move. More info
A SceneA 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 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
The process of binding bone jointsA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary to the vertices of a character’s meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary or ‘skin’. Performed with an external tool, such as Blender or Autodesk Maya. More info
The set of states in an Animator ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary that a character or animated GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary can be in, along with a set of transitions between those states and a variable to remember the current state. The states available will depend on the type of gameplay, but typical states include things like idling, walking, running and jumping. More info
A script that attaches to a state within a state machineThe set of states in an Animator Controller that a character or animated GameObject can be in, along with a set of transitions between those states and a variable to remember the current state. The states available will depend on the type of gameplay, but typical states include things like idling, walking, running and jumping. More info
See in Glossary to control what happens when the state machine enters, exits or remains within a state, such as play sounds as states are entered. More info
The pose in which the character has their arms straight out to the sides, forming a “T”. The required pose for the character to be in, in order to make an AvatarAn interface for retargeting animation from one rig to another. More info
See in Glossary.
A scripting function that allows you to move characters in such a way that a hand or foot lands in a certain place at a certain time. For example, the character may need to jump across stepping stones or jump and grab an overhead beam. More info
The blend from one state to another in a state machineThe set of states in an Animator Controller that a character or animated GameObject can be in, along with a set of transitions between those states and a variable to remember the current state. The states available will depend on the type of gameplay, but typical states include things like idling, walking, running and jumping. More info
See in Glossary, such as transitioning a character from a walk to a jog animation. Transitions define how long the blend between states should take, and the conditions that activate the blend. More info
The three degrees-of-freedom associated with translation (movement in X,Y & Z) as opposed to rotation.
Any media or data that can be used in your game or Project. An assetAny 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 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 ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary, an Audio Mixer or a Render TextureA special type of Texture that is created and updated at runtime. To use them, first create a new Render Texture and designate one of your Cameras to render into it. Then you can use the Render Texture in a Material just like a regular Texture. More info
See in Glossary. More info
A collection of files and data from Unity Projects, or elements of Projects, which are compressed and stored in one file, similar to Zip files. Packages are a handy way of sharing and re-using Unity Projects and collections of 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. More info
Legacy - An assetAny 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 and version controlA system for managing file changes. You can use Unity in conjunction with most common version control tools, including Perforce, Git, Mercurial and PlasticSCM. More info
See in Glossary system with a graphical user interface integrated into Unity. Enables team members to work together on a Project on different computers. More info
A growing library of free and commercial 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 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
An assetAny 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 that is a collection of pre-rendered images of a more complicated MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary intended for use with the BillboardA textured 2D object that rotates as it, or the Camera, moves so that it always faces the Camera. See Billboard RendererRenders Billboard Assets, either from a pre-made Asset (exported from SpeedTree) or from a custom-created file that you create using a script at runtime or from a custom editor, for example. More info
See in Glossary
See in Glossary Renderer, in order to render an object at some distance from a CameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary at a lower level of detail (LOD) to save on renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary time. More info
Renders BillboardA textured 2D object that rotates as it, or the Camera, moves so that it always faces the Camera. See Billboard RendererRenders Billboard Assets, either from a pre-made Asset (exported from SpeedTree) or from a custom-created file that you create using a script at runtime or from a custom editor, for example. More info
See in Glossary
See in Glossary 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, either from a pre-made AssetAny 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 (exported from SpeedTree) or from a custom-created file that you create using a script at runtime or from a custom editor, for example. More info
A standalone app that you can run on your local computer that stores the imported AssetAny 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 data to reduce the time it takes to import 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. More info
A 3D model representation of an object, such as a character, a building, or a piece of furniture. More info
A file containing a 3D data, which may include definitions for meshes, bones, animation, materials and textures. More info
An assetAny 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 type that allows you to store a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary complete with components and properties. The prefabAn asset type that allows you to store a GameObject complete with components and properties. The prefab acts as a template from which you can create new object instances in the scene. More info
See in Glossary acts as a template from which you can create new object instances in the sceneA 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. More info
A collection of useful 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 supplied with Unity. Unity ships with multiple Standard AssetA 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 such as 2D, CamerasA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary, Characters, CrossPlatformInput, Effects, Environment, ParticleSystems, Prototyping, Utility, and Vehicles. More info
The unit size used in Unity Projects. By default, 1 Unity unitThe unit size used in Unity Projects. By default, 1 Unity unit is 1 meter. To use a different scale, set the Scale Factor in the Import Settings when importing Assets.
See in Glossary is 1 meter. To use a different scale, set the Scale Factor in the Import Settings when importing 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.
A container for audio data in Unity. Unity supports mono, stereo and multichannel audio 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 (up to eight channels). Unity can import .aif, .wav, .mp3, and .ogg audio file format, and .xm, .mod, .it, and .s3m tracker module formats. More info
An audio filterAny audio filter that distorts the sound from an Audio Source or sounds reaching the Audio Listener. More info
See in Glossary that distorts the sound from an Audio SourceA component which plays back an Audio Clip in the scene to an audio listener or through an audio mixer. More info
See in Glossary or sounds reaching the Audio ListenerA component that acts like a microphone, receiving sound from Audio Sources in the scene and outputting to the computer speakers. More info
See in Glossary by simulating the sound of a low quality radio transmission. More info
Any effect that can modify the output of Audio Mixer components, such as filtering frequency ranges of a sound or applying reverb. More info
Any audio filterAny audio filter that distorts the sound from an Audio Source or sounds reaching the Audio Listener. More info
See in Glossary that distorts the sound from an Audio SourceA component which plays back an Audio Clip in the scene to an audio listener or through an audio mixer. More info
See in Glossary or sounds reaching the Audio ListenerA component that acts like a microphone, receiving sound from Audio Sources in the scene and outputting to the computer speakers. More info
See in Glossary. More info
An audio filterAny audio filter that distorts the sound from an Audio Source or sounds reaching the Audio Listener. More info
See in Glossary that passes high frequencies of an AudioSource and cuts off signals with frequencies lower than the Cutoff Frequency. More info
A component that acts like a microphone, receiving sound from Audio SourcesA component which plays back an Audio Clip in the scene to an audio listener or through an audio mixer. More info
See in Glossary in the sceneA 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 and outputting to the computer speakers. More info
An audio filterAny audio filter that distorts the sound from an Audio Source or sounds reaching the Audio Listener. More info
See in Glossary that passes low frequencies of an Audio SourceA component which plays back an Audio Clip in the scene to an audio listener or through an audio mixer. More info
See in Glossary or all sound reaching an Audio ListenerA component that acts like a microphone, receiving sound from Audio Sources in the scene and outputting to the computer speakers. More info
See in Glossary while removing frequencies higher than the Cutoff Frequency. More info
A component which plays back an Audio ClipA container for audio data in Unity. Unity supports mono, stereo and multichannel audio assets (up to eight channels). Unity can import .aif, .wav, .mp3, and .ogg audio file format, and .xm, .mod, .it, and .s3m tracker module formats. More info
See in Glossary in the sceneA 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 to an audio listenerA component that acts like a microphone, receiving sound from Audio Sources in the scene and outputting to the computer speakers. More info
See in Glossary or through an audio mixer. More info
A plug-inA set of code created outside of Unity that creates functionality in Unity. There are two kinds of plug-ins you can use in Unity: Managed plug-ins (managed .NET assemblies created with tools like Visual Studio) and Native plug-ins (platform-specific native code libraries). More info
See in Glossary that changes the way audio is transmitted from an audio sourceA component which plays back an Audio Clip in the scene to an audio listener or through an audio mixer. More info
See in Glossary into the surrounding space. It takes the source and regulates the gains of the left and right ear contributions based on the distance and angle between the AudioListener and the AudioSource. More info
An audio effectAny effect that can modify the output of Audio Mixer components, such as filtering frequency ranges of a sound or applying reverb. More info
See in Glossary that modifies the sound by squashing and clipping the waveform to produce a rough, harsh result. More info
An audio setting that allows you to control how much the velocity of an object (relative to the audio listener) affects the pitch of any audio sourcesA component which plays back an Audio Clip in the scene to an audio listener or through an audio mixer. More info
See in Glossary attached to it. More info
An audio setting that allows you to set the mix level of unprocessed signal in output in mB.
An audio setting that allows you to set the volume of the original signal to pass to output.
Set this to true to make an Audio SourceA component which plays back an Audio Clip in the scene to an audio listener or through an audio mixer. More info
See in Glossary start playing on awake More info
The process of compiling your Project into a format that is ready to run on a specific platform or platforms. More info
A managed .NET assembly that is created with tools like Visual Studio for use in Unity. More info
A platform-specific native code library that is created outside of Unity for use in Unity. Allows you can access features like OS calls and third-party code libraries that would otherwise not be available to Unity. More info
A version controlA system for managing file changes. You can use Unity in conjunction with most common version control tools, including Perforce, Git, Mercurial and PlasticSCM. More info
See in Glossary system for file change management. More info
A development buildA development build includes debug symbols and enables the Profiler. More info
See in Glossary includes debug symbols and enables the ProfilerA window that helps you to optimize your game. It shows how much time is spent in the various areas of your game. For example, it can report the percentage of time spent rendering, animating or in your game logic. More info
See in Glossary. More info
A UI(User Interface) Allows a user to interact with your application. More info
See in Glossary layout tool that fixes a UI element to a parent element. Anchors are shown as four small triangular handles in the Scene ViewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
See in Glossary and anchor information is also shown in the InspectorA Unity window that displays information about the currently selected GameObject, Asset or Project Settings, alowing you to inspect and edit the values. More info
See in Glossary. More info
A Unity Editor window that shows errors, warnings and other messages generated by Unity, or your own scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary. More info
A Unity window where you can define all the different input axes, buttons and controls for your Project. More info
A Unity window that displays information about the currently selected GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary, AssetAny 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 or Project SettingsA broad collection of settings which allow you to configure how Physics, Audio, Networking, Graphics, Input and many other areas of your Project behave. More info
See in Glossary, alowing you to inspect and edit the values. More info
A settings manager that lets you set various player-specific options for the final game built by Unity. More info
A view that shows the contents of your 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 folder (Project tab) More info
A Unity feature that allows you to customize the look of certain controls in the InspectorA Unity window that displays information about the currently selected GameObject, Asset or Project Settings, alowing you to inspect and edit the values. More info
See in Glossary window by using attributes on your scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary, or by controlling how a specific Serializable class should look More info
An interactive view into the world you are creating. You use the Scene ViewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
See in Glossary to select and position scenery, characters, camerasA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary, lights, and all other types of Game Object. More info
A Unity Settings Manager that lets you set a number of properties that control timing within your game. More info
A cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary control that lets you scale the view on your screen. To zoom a camera in the Unity Editor, press Alt + right click and drag. More info
The value of an animatable propertyA property belonging to a GameObject, or belonging to a component added to a GameObject, that can have different values over time. More info
See in Glossary, set at a specific point in time. Setting at least two keys for the same property creates an animation. More info
A textured 2D objectA 2D GameObject such as a tilemap or sprite. More info
See in Glossary that rotates as it, or the CameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary, moves so that it always faces the Camera. See Billboard RendererRenders Billboard Assets, either from a pre-made Asset (exported from SpeedTree) or from a custom-created file that you create using a script at runtime or from a custom editor, for example. More info
See in Glossary
The process of constantly altering the 2D objectA 2D GameObject such as a tilemap or sprite. More info
See in Glossary’s rotation so that it always faces the CameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary. BillboardingThe process of constantly altering the 2D object’s rotation so that it always faces the Camera. Billboarding is often used as a level-of-detail method for objects far away from the Camera. See Billboard RendererRenders Billboard Assets, either from a pre-made Asset (exported from SpeedTree) or from a custom-created file that you create using a script at runtime or from a custom editor, for example. More info
See in Glossary
See in Glossary is often used as a level-of-detail method for objects far away from the Camera. See Billboard Renderer
A method of storing data that reduces the amount of storage space it requires. See Texture Compression3D Graphics hardware requires Textures to be compressed in specialised formats which are optimised for fast Texture sampling. More info
See in Glossary, Animation CompressionThe method of compressing animation data to significantly reduce file sizes without causing a noticable reduction in motion quality. Animation compression is a trade off between saving on memory and image quality. More info
See in Glossary, Audio Compression, Build Compression.
See game consoleA device that runs and displays video games.
See in Glossary
A rendering pathThe technique Unity uses to render graphics. Choosing a different path affects the performance of your game, and how lighting and shading are calculated. Some paths are more suited to different platforms and hardware than others. More info
See in Glossary that places no limit on the number of lights that can affect a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary. All lights are evaluated per-pixel, which means that they all interact correctly with normal maps and so on. Additionally, all lights can have cookies and shadows. More info
The process of storing the last few known values and using them to predict future values. Used in animation, physics and multiplayer.
A common game genre, featuring a first-person view of a 3D world, and gun-based combat with other players or NPCs.
See Model FileA file containing a 3D data, which may include definitions for meshes, bones, animation, materials and textures. More info
See in Glossary More info
See first person shooterA common game genre, featuring a first-person view of a 3D world, and gun-based combat with other players or NPCs.
See in Glossary, frames per secondThe frequency at which consecutive frames are displayed in a running game. More info
See in Glossary.
A device that runs and displays video games.
A device to control objects and characters in a game.
The fundamental object in Unity 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, which can represent characters, props, scenery, camerasA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary, waypoints, and more. A GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary’s functionality is defined by the Components attached to it. More info
A key on a keyboard relating to the Input class. More info
The process of calculating values in-between two defined values. Used in animation (between keyframes), physics (between physics time-steps), and multiplayer (between network updates)
An Input ManagerA Unity window where you can define all the different input axes, buttons and controls for your Project. More info
See in Glossary property that defines which joystick will be used. More info
A value defining which layers to include or exclude from an operation, such as renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary, collisionA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary or your own code. More info
Can refer to a Sprite MaskA texture which defines which areas of an underlying image to reveal or hide. More info
See in Glossary, a UI MaskA visual component that lets you restrict images from view to only a small section of an image. For instance, you can apply a Mask to a Panel UI element to block all child images from view. More info
See in Glossary, or a Layer MaskA value defining which layers to include or exclude from an operation, such as rendering, collision or your own code. More info
See in Glossary More info
See GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary.
An object that contains child objects in a hierarchy. When a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary is a Parent of another GameObject, the Child GameObject will move, rotate, and scale exactly as its Parent does. You can think of parenting as being like the relationship between your arms and your body; whenever your body moves, your arms also move along with it. More info
A window that helps you to optimize your game. It shows how much time is spent in the various areas of your game. For example, it can report the percentage of time spent renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary, animating or in your game logic. More info
In Unity, you use a Project to design and develop a game. A Project stores all of the files that are related to a game, such as the AssetAny 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 and SceneA 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 files. More info
A broad collection of settings which allow you to configure how Physics, Audio, NetworkingThe Unity system that enables multiplayer gaming across a computer network. More info
See in Glossary, Graphics, Input and many other areas of your Project behave. More info
A set of code created outside of Unity that creates functionality in Unity. There are two kinds of plug-insA set of code created outside of Unity that creates functionality in Unity. There are two kinds of plug-ins you can use in Unity: Managed plug-ins (managed .NET assemblies created with tools like Visual Studio) and Native plug-ins (platform-specific native code libraries). More info
See in Glossary you can use in Unity: Managed plug-insA managed .NET assembly that is created with tools like Visual Studio for use in Unity. More info
See in Glossary (managed .NET assemblies created with tools like Visual Studio) and Native plug-ins (platform-specific native code libraries). More info
A texture which defines which areas of an underlying image to reveal or hide. More info
A Transform componentA Transform component determines the Position, Rotation, and Scale of each object in the scene. Every GameObject has a Transform. More info
See in Glossary determines the Position, Rotation, and Scale of each object in the sceneA 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. Every GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary has a Transform. More info
A GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary and associated Component that allows you to add tree 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 to your sceneA 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. You can add branch levels and leaves to trees in the Tree InspectorA Unity window that displays information about the currently selected GameObject, Asset or Project Settings, alowing you to inspect and edit the values. More info
See in Glossary window. More info
A vector that defines the speed and direction of motion of a RigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary
A system for managing file changes. You can use Unity in conjunction with most common version controlA system for managing file changes. You can use Unity in conjunction with most common version control tools, including Perforce, Git, Mercurial and PlasticSCM. More info
See in Glossary tools, including PerforceA version control system for file change management. More info
See in Glossary, Git, Mercurial and PlasticSCM. More info
The user’s visible area of an app on their screen.
The area in your sceneA 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 in which all objects reside. Often used to specify that coordinates are world-relative, as opposed to object-relative.
A ambient light source generated by the Global Illumination (GI) system that provides omni-directional light to all objects in the sceneA 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 equally. More info
A method to approximate how much ambient lighting (lighting not coming from a specific direction) can hit a point on a surface. More info
The anisotropic filtering (AF) level of a texture. Allows you to increase texture quality when viewing a texture at a steep angle. Good for floor and ground textures. More info
A technique for decreasing artifacts, like jagged lines (jaggies), in images to make them appear smoother. More info
The relationship of an image’s proportional dimensions, such as its width and height.
Adaptive Scalable Texture CompressionA method of storing data that reduces the amount of storage space it requires. See Texture Compression3D Graphics hardware requires Textures to be compressed in specialised formats which are optimised for fast Texture sampling. More info
See in Glossary, Animation CompressionThe method of compressing animation data to significantly reduce file sizes without causing a noticable reduction in motion quality. Animation compression is a trade off between saving on memory and image quality. More info
See in Glossary, Audio Compression, Build Compression.
See in Glossary (ASTC) A block-based texture formatA file format for handling textures during realtime rendering by 3D graphics hardware, such as a graphics card or mobile device. More info
See in Glossary that compresses textures to significantly reduce file sizes without cau sing a noticable reduction in image quality. More info
AMD’s texture compressionA method of storing data that reduces the amount of storage space it requires. See Texture Compression3D Graphics hardware requires Textures to be compressed in specialised formats which are optimised for fast Texture sampling. More info
See in Glossary, Animation CompressionThe method of compressing animation data to significantly reduce file sizes without causing a noticable reduction in motion quality. Animation compression is a trade off between saving on memory and image quality. More info
See in Glossary, Audio Compression, Build Compression.
See in Glossary format for handheld devices to save on power, memory and bandwidth
A Light ModeA Light property that defines the use of the Light. Can be set to Realtime, Baked and Mixed. More info
See in Glossary for creating local ambience, rather than fully featured lights for increasing brightness in dark areas without needing to adjust all of the lighting within a SceneA 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. Unity pre-calculates the illumination from these lights before run time, and does not include them in any run-time lighting calculations. More info
A shorthand term for “bit block transfer”. A blitA shorthand term for “bit block transfer”. A blit operation is the process of transferring blocks of data from one place in memory to another.
See in Glossary operation is the process of transferring blocks of data from one place in memory to another.
A post-processing effect used to reproduce an imaging artifact of real-world camerasA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary. The effect produces fringes of light extending from the borders of bright areas in an image, contributing to the illusion of an extremely bright light overwhelming the cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary or eye capturing the sceneA 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.
The coordinates that define the bounding volumeA closed shape representing the edges and faces of a collider or trigger. More info
See in Glossary. Bounds are pre-calculated on import from the MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary and animations in the model fileA file containing a 3D data, which may include definitions for meshes, bones, animation, materials and textures. More info
See in Glossary, and are displayed as a wireframe around the model in the Scene ViewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
See in Glossary.
A tree node that generates branches and fronds. Its properties appear when you have selected a branch or leaf node. More info
An image texture used to represent geometric detail across the surface of a meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary, for example bumps and grooves. Can be represented as a height map or a normal map. More info
A component which creates an image of a particular viewpoint in your sceneA 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. The output is either drawn to the screen or captured as a texture. More info
A block of shaderA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary code for controlling shadersA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary using NVIDIA’s Cg (C for graphics) programming language. More info
A plane that limits how far or close a cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary can see from its current position. A camera’s viewable range is between the far and near clipping planesA plane that limits how far or close a camera can see from its current position. A camera’s viewable range is between the far and near clipping planes. See far clipping plane and near clipping plane. More info
See in Glossary. See far clipping planeA plane that limits how far or close a camera can see from its current position. A camera’s viewable range is between the far and near clipping planes. See far clipping plane and near clipping plane. More info
See in Glossary and near clipping plane. More info
Any color property of a component can be animated. Also particle systemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary colors can be animated using the “Color over lifetime” module.
A functional part of a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary. A GameObject can contain any number of components. Unity has many built-in components, and you can create your own by writing scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary that inherit from MonoBehaviour. More info
The objects being rendered in your sceneA 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. More info
The lighting that exists in the sceneA 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 which affects the object being lit. More info
A collection of six square textures that can represent the reflections in an environment or the skyboxA special type of Material used to represent skies. Usually six-sided. More info
See in Glossary drawn behind your geometry. The six squares form the faces of an imaginary cube that surrounds an object; each face represents the view along the directions of the world axes (up, down, left, right, forward and back). More info
Allows you to includes or omit objects to be rendered by a CameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary, by Layer.
A memory store that holds the z-value depth of each pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary in an image, where the z-value is the depth for each rendered pixel from the projection plane. More info
A post-processing effect that simulates the focus properties of a cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary lens. More info
A old type of shaderA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary used in earlier versions of Unity. Replaced by the Standard ShaderA built-in shader for rendering real-world objects such as stone, wood, glass, plastic and metal. Supports a wide range of shader types and combinations. More info
See in Glossary from Unity 5 onwards. More info
A version of the ShadowmaskA Texture that shares the same UV layout and resolution with its corresponding lightmap. More info
See in Glossary lighting mode that includes high quality shadows cast from static GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary onto dynamic GameObjects. More info
An automatic Unity process which attempts to render multiple meshes as if they were a single meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary for optimized graphics performance. The technique transforms all of the GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary vertices on the CPU and groups many similar vertices together. More info
A dynamic GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary that is receiving a shadow from another static or dynamic GameObject More info
A CameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary setting that allows you to dynamically scale individual render targets, to reduce workload on the GPU. More info
The lighting system by Geomerics used in Unity for computing global illumination (GI). More info
(Ericsson Texture Compression) A block-based texture formatA file format for handling textures during realtime rendering by 3D graphics hardware, such as a graphics card or mobile device. More info
See in Glossary that compresses textures to significantly reduce file sizes without causing a noticable reduction in image quality. More info
A fog model that emulates realistic fog behaviour by simulating light absorption over distance by a certain attenuation factor.
A value that represents a combination of a cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary’s shutter speed and f-number. It is essentially a measurement of exposure such that all combinations of shutter speed and f-number that yield the same level of exposure have the same EV.
A Texture property that enables you to define how much area to leave around a spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary in a generated meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary.
The maximum draw distance for a cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary. Geometry beyond the plane defined by this value is not rendered. The plane is perpendicular to the camera’s forward (Z) direction.
The source assetAny 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 used by Lens FlareA component that simulates the effect of lights refracting inside a camera lens. Use a Lens Flare to represent very bright lights or add atmosphere to your scene. More info
See in Glossary Components. The Flare itself is a combination of a texture file and specific information that determines how the Flare behaves. More info
A Lighting window property that allows you to set the time (in seconds) over which lens flaresA component that simulates the effect of lights refracting inside a camera lens. Use a Lens Flare to represent very bright lights or add atmosphere to your scene. More info
See in Glossary fade from view after initially appearing. More info
A component that you can attach to CamerasA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary to make Lens FlaresA component that simulates the effect of lights refracting inside a camera lens. Use a Lens Flare to represent very bright lights or add atmosphere to your scene. More info
See in Glossary appear in the image. By default, a Flare LayerA component that you can attach to Cameras to make Lens Flares appear in the image. By default, a Flare Layer is already attached to a Camera.
See in Glossary is already attached to a CameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary.
A texture containing images used by a Flare assetAny 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. It must be arranged according to one of the TextureLayout options.
A post-processing effect that overlays a color onto objects depending on the distance from the cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary. Use this to simulate fog or mist in outdoor environments, or to hide clipping of objects near the camera’s far clip plane. More info
A rendering pathThe technique Unity uses to render graphics. Choosing a different path affects the performance of your game, and how lighting and shading are calculated. Some paths are more suited to different platforms and hardware than others. More info
See in Glossary that renders each object in one or more passes, depending on lights that affect the object. Lights themselves are also treated differently by Forward RenderingA rendering path that renders each object in one or more passes, depending on lights that affect the object. Lights themselves are also treated differently by Forward Rendering, depending on their settings and intensity. More info
See in Glossary, depending on their settings and intensity. More info
The “per-pixel” part of shaderA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary code, performed every pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary that an object occupies on-screen. The fragment shaderThe “per-pixel” part of shader code, performed every pixel that an object occupies on-screen. The fragment shader part is usually used to calculate and output the color of each pixel. More info
See in Glossary part is usually used to calculate and output the color of each pixel. More info
A single image from a sequence of images that represent moving graphics. While you game is running, the cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary in your game renders frames to the screen as fast as possible. May also refer to a frame from a video clip, or spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary animation frames. See: frames per secondThe frequency at which consecutive frames are displayed in a running game. More info
See in Glossary (FPS).
The frequency at which consecutive frames are displayed in a running game. More info
An effect representing the increase in reflectivity on objects when light hits at grazing angles. In Unity, the Standard ShaderA built-in shader for rendering real-world objects such as stone, wood, glass, plastic and metal. Supports a wide range of shader types and combinations. More info
See in Glossary handles this indirectly, depending on a material’s smoothness. Smooth surfaces have a stronger Fresnel, totally rough surfaces have no Fresnel. More info
The region of 3D space that a perspective cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary can see and render. In the Scene viewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
See in Glossary, the frustum is represented by a truncated rectangular pyramid with its top at the camera__’s near clipping plane__A plane that limits how far or close a camera can see from its current position. A camera’s viewable range is between the far and near clipping planes. See far clipping plane and near clipping plane. More info
See in Glossary and its base at the camera__’s far clipping plane__. More info
The cached intermediate files used when Unity precomputes real-time GI, and when baking Static LightmapsA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary, Light ProbesLight probes store information about how light passes through space in your scene. A collection of light probes arranged within a given space can improve lighting on moving objects and static LOD scenery within that space. More info
See in Glossary and Reflection ProbesA rendering component that captures a spherical view of its surroundings in all directions, rather like a camera. The captured image is then stored as a Cubemap that can be used by objects with reflective materials. More info
See in Glossary. Unity keeps this cache to speed up computation. More info
A graphic overlay associated with a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary in a SceneA 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, and displayed in the Scene ViewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
See in Glossary. Built-in sceneA 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 tools such as the move tool are GizmosA graphic overlay associated with a GameObject in a Scene, and displayed in the Scene View. Built-in scene tools such as the move tool are Gizmos, and you can create custom Gizmos using textures or scripting. Some Gizmos are only drawn when the GameObject is selected, while other Gizmos are drawn by the Editor regardless of which GameObjects are selected. More info
See in Glossary, and you can create custom Gizmos using textures or scripting. Some Gizmos are only drawn when the GameObject is selected, while other Gizmos are drawn by the Editor regardless of which GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary are selected. More info
A Particle SystemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary property that scales the gravity value set in the physics manager. A value of zero switches gravity off. More info
A tree property that varies the procedural generation of branch and leaf groups. More info
A tree property that sets the initial angle of branch or leaf group growth relative to the parent. More info
A tree property that sets the scale of branch and leaf group nodes along the parent node. More info
The glowing light areas around light sources, used to give the impression of small dust particles in the air. More info
A shadow property that produces shadows with a sharp edge. Hard shadows are not particularly realistic compared to Soft Shadows but they involve less processing, and are acceptable for many purposes. More info
high dymanic range
high dynamic range image
A lightmapA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary property that determines the precision of the incoming light data used to light each texel in the lightmap More info
A lightmapA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary property that sets the number of rays that are cast and used to compute which clusters affect a given output lightmap texel. More info
Layers in Unity can be used to selectively opt groups of GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary in or out of certain processes or calculations. This includes cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary, lighting, physics collisionsA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary, or custom calculations in your own code. More info
A Bloom effect property that applies a fullscreen layer of smudges or dust to diffract the Bloom effect. This is commonly used in modern first person shootersA common game genre, featuring a first-person view of a 3D world, and gun-based combat with other players or NPCs.
See in Glossary. More info
A component that simulates the effect of lights refracting inside a cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary lens. Use a Lens FlareA component that simulates the effect of lights refracting inside a camera lens. Use a Lens Flare to represent very bright lights or add atmosphere to your scene. More info
See in Glossary to represent very bright lights or add atmosphere to your sceneA 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. More info
A Light property that defines the use of the Light. Can be set to Realtime, Baked and Mixed. More info
Light probes store information about how light passes through space in your sceneA 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. A collection of light probesLight probes store information about how light passes through space in your scene. A collection of light probes arranged within a given space can improve lighting on moving objects and static LOD scenery within that space. More info
See in Glossary arranged within a given space can improve lighting on moving objects and static LODA system for building multiplayer capabilities for Unity games. It is built on top of the lower level transport real-time communication layer, and handles many of the common tasks that are required for multiplayer games. More info
See in Glossary scenery within that space. More info
A component that enables you to add Light ProbesLight probes store information about how light passes through space in your scene. A collection of light probes arranged within a given space can improve lighting on moving objects and static LOD scenery within that space. More info
See in Glossary to GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary in your sceneA 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. More info
A component that allows you to use more lighting information for large dynamic GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary that cannot use baked lightmapsA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary (for example, large Particle Systems or skinned Meshes). More info
A pre-rendered texture that contains the effects of light sources on static objects in the sceneA 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. LightmapsA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary are overlaid on top of scene geometry to create the effect of lighting. More info
A tool in Unity that bakes lightmapsA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary according to the arrangement of lights and geometry in your sceneA 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. More info
A component that takes an array of two or more points in 3D space and draws a straight line between each one. You can use a single Line RendererA component that takes an array of two or more points in 3D space and draws a straight line between each one. You can use a single Line Renderer component to draw anything from a simple straight line to a complex spiral. More info
See in Glossary component to draw anything from a simple straight line to a complex spiral. More info
See level of detail More info
A component to manage level of detail (LOD) for GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary. More info
An assetAny 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 that defines how a surface should be rendered, by including references to the Textures it uses, tiling information, Color tints and more. The available options for a Material depend on which ShaderA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary the Material is using. More info
The main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
A meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary component that takes a mesh from your 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 and passes it to the MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary Renderer for renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary on the screen. More info
A meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary component that takes the geometry from the Mesh FilterA mesh component that takes a mesh from your assets and passes it to the Mesh Renderer for rendering on the screen. More info
See in Glossary and renders it at the position defined by the object’s Transform componentA Transform component determines the Position, Rotation, and Scale of each object in the scene. Every GameObject has a Transform. More info
See in Glossary. More info
A common post-processing effect that simulates the blurring of an image when objects filmed by a cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary are moving faster than the camera’s exposure time. More info
A plane that limits how close a cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary can see from its current position. The plane is perpendicular to the camera’s forward (Z) direction. More info
The direction perpendicular to the surface of a meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary, represented by a Vector. Unity uses normals to determine object orientation and apply shading. More info
Normal map :
A type of Bump MapAn image texture used to represent geometric detail across the surface of a mesh, for example bumps and grooves. Can be represented as a height map or a normal map. More info
See in Glossary texture that allows you to add surface detail such as bumps, grooves, and scratches to a model which catch the light as if they are represented by real geometry. More info
A component which defines a 3D space within which to apply Occlusion CullingA Unity feature that disables rendering of objects when they are not currently seen by the camera because they are obscured (occluded) by other objects. More info
See in Glossary to moving objects. More info
A Unity feature that disables renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary of objects when they are not currently seen by the cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary because they are obscured (occluded) by other objects. More info
An occlusion primitive that acts as an occluder, but can be switched on or off. Commonly used to represent opaque doors in games. More info
The back-end Unity uses to support the latest OpenGL features on Windows, MacOS X and Linux. More info
A common type of cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary view used in games that give you a bird’s-eye view of the action, and is sometimes called “2.5D”. More info
A small, simple image or meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary that is emitted by a particle systemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary. A particle system can display and move particles in great numbers to represent a fluid or amorphous entity. The effect of all the particles together creates the impression of the complete entity, such as smoke. More info
A component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the sceneA 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. More info
An advanced lighting model that simulates the interactions between materials and light in a way that mimics reality. More info
The smallest unit in a computer image. PixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary size depends on your screen resolution. Pixel lighting is calculated at every screen pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary. More info
The .log file created by a Standalone Player that contains a record of events, such as script execution times, the compiler version, and AssetImport time. Log files can help diagnose problems. More info
A process that improves product visuals by applying filters and effects before the image appears on screen. You can use post-processing effects to simulate physical cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary and film properties, for example Bloom and Depth of FieldA post-processing effect that simulates the focus properties of a camera lens. More info
See in Glossary. More info
PowerVR Texture CompressionA method of storing data that reduces the amount of storage space it requires. See Texture Compression3D Graphics hardware requires Textures to be compressed in specialised formats which are optimised for fast Texture sampling. More info
See in Glossary, Animation CompressionThe method of compressing animation data to significantly reduce file sizes without causing a noticable reduction in motion quality. Animation compression is a trade off between saving on memory and image quality. More info
See in Glossary, Audio Compression, Build Compression.
See in Glossary (PVRTC) is a fixed-rate texture formatA file format for handling textures during realtime rendering by 3D graphics hardware, such as a graphics card or mobile device. More info
See in Glossary that compresses textures to significantly reduce file sizes without causing a noticable reduction in image quality. More info
A primitive object that resembles a plane but its edges are only one unit long, it uses only 4 vertices, and the surface is oriented in the XY plane of the local coordinate space. More info
Unity’s standard way of representing rotations as data. When writing code that deals with rotations, you should usually use the QuaternionUnity’s standard way of representing rotations as data. When writing code that deals with rotations, you should usually use the Quaternion class and its methods. More info
See in Glossary class and its methods. More info
A Lighting Mode for Lights that need to change their properties or which are spawned via scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary during gameplay. Unity calculates and updates the lighting of these Lights every frame at run time. They can change in response to actions taken by the player, or events which take place in the SceneA 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. More info
A renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary component that captures a spherical view of its surroundings in all directions, rather like a cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary. The captured image is then stored as a CubemapA collection of six square textures that can represent the reflections in an environment or the skybox drawn behind your geometry. The six squares form the faces of an imaginary cube that surrounds an object; each face represents the view along the directions of the world axes (up, down, left, right, forward and back). More info
See in Glossary that can be used by objects with reflective materials. More info
A special type of Texture that is created and updated at runtime. To use them, first create a new Render TextureA special type of Texture that is created and updated at runtime. To use them, first create a new Render Texture and designate one of your Cameras to render into it. Then you can use the Render Texture in a Material just like a regular Texture. More info
See in Glossary and designate one of your CamerasA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary to render into it. Then you can use the Render Texture in a Material just like a regular Texture. More info
The process of drawing graphics to the screen (or to a render texture). By default, the main cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary in Unity renders its view to the screen. More info
A Standard ShaderA built-in shader for rendering real-world objects such as stone, wood, glass, plastic and metal. Supports a wide range of shader types and combinations. More info
See in Glossary Material parameter that allows you to choose whether the object uses transparency, and if so, which type of blending mode to use. More info
The technique Unity uses to render graphics. Choosing a different path affects the performance of your game, and how lighting and shading are calculated. Some paths are more suited to different platforms and hardware than others. More info
A particle systemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary property that connects particles together to create a ribbon effect. More info
A small script that contains the mathematical calculations and algorithms for calculating the Color of each pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary rendered, based on the lighting input and the Material configuration. More info
Unity’s declarative language for writing shadersA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary. More info
A Texture that shares the same UV layout and resolution with its corresponding lightmapA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary. More info
A special type of Material used to represent skies. Usually six-sided. More info
A shadow property that produces shadows with a soft edge. Soft shadows are more realistic compared to Hard Shadows and tend to reduce the “blocky” aliasing effect from the shadow map, but they require more processing. More info
A Particle SystemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary property that sets the bias of the particle systemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary sort ordering. Lower values increase the relative chance that particle systemsA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary are drawn over other transparent GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary, including other particle systems. More info
The process of mapping real-world surfaces into the virtual world. More info
A 2D graphic objects. If you are used to working in 3D, SpritesA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary are essentially just standard textures but there are special techniques for combining and managing spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary textures for efficiency and convenience during development. More info
A facility that packs graphics from several spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary textures tightly together within a single texture known as an atlas. Unity provides a Sprite PackerA facility that packs graphics from several sprite textures tightly together within a single texture known as an atlas. Unity provides a Sprite Packer utility to automate the process of generating atlases from the individual sprite textures. More info
See in Glossary utility to automate the process of generating atlases from the individual sprite textures. More info
A component that lets you display images as SpritesA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary for use in both 2D and 3D 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. More info
A built-in shaderA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary for renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary real-world objects such as stone, wood, glass, plastic and metal. Supports a wide range of shader types and combinations. More info
A technique Unity uses to draw GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary on the screen that combines static (non-moving) GameObjects into big Meshes, and renders them in a faster way. More info
A static GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary that is receiving a shadow from another static or dynamic GameObject More info
A memory store that holds an 8-bit per-pixel value. In Unity, you can use a stencil bufferA memory store that holds an 8-bit per-pixel value. In Unity, you can use a stencil buffer to flag pixels, and then only render to pixels that pass the stencil operation. More info
See in Glossary to flag pixelsThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary, and then only render to pixels that pass the stencil operation. More info
Each shaderA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary in Unity consists of a list of subshadersEach shader in Unity consists of a list of subshaders. When Unity has to display a mesh, it will find the shader to use, and pick the first subshader that runs on the user’s graphics card. More info
See in Glossary. When Unity has to display a meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary, it will find the shader to use, and pick the first subshaderEach shader in Unity consists of a list of subshaders. When Unity has to display a mesh, it will find the shader to use, and pick the first subshader that runs on the user’s graphics card. More info
See in Glossary that runs on the user’s graphics card. More info
Unity’s code generation approach that makes it much easier to write lit shadersA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary than using low level vertex/pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary shaderA small script that contains the mathematical calculations and algorithms for calculating the Color of each pixel rendered, based on the lighting input and the Material configuration. More info
See in Glossary programs. More info
The landscape in your sceneA 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. A TerrainThe landscape in your scene. A Terrain GameObject adds a large flat plane to your scene and you can use the Terrain’s Inspector window to create a detailed landscape. More info
See in Glossary GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary adds a large flat plane to your scene and you can use the Terrain’s InspectorA Unity window that displays information about the currently selected GameObject, Asset or Project Settings, alowing you to inspect and edit the values. More info
See in Glossary window to create a detailed landscape. More info
A MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary component that displays a Text string More info
An image used when renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary, SpriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary, or UI(User Interface) Allows a user to interact with your application. More info
See in Glossary element. Textures are often applied to the surface of a meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary to give it visual detail. More info
3D Graphics hardware requires Textures to be compressed in specialised formats which are optimised for fast Texture sampling. More info
An InspectorA Unity window that displays information about the currently selected GameObject, Asset or Project Settings, alowing you to inspect and edit the values. More info
See in Glossary that allows you to define how your images are imported from your Project’s 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 folder into the Unity Editor. More info
Platform-specific settings that allow you to set the resolution, file size with associated memory size requirements, pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary dimensions, and quality of your Textures for each target platform. More info
A simple class that allows a spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary to be rendered on a TilemapA GameObject that allows you to quickly create 2D levels using tiles and a grid overlay. More info
See in Glossary. More info
A GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary that allows you to quickly create 2D levels using tiles and a grid overlay. More info
The process of remapping HDRhigh dymanic range
See in Glossary values of an image into a range suitable to be displayed on screen. More info
A visual effect that lets you to make trails behind GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary in the SceneA 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 as they move. More info
A program that runs on each vertex of a 3D model when the model is being rendered. More info
A Unity API that allows you to record videos directly to the file system in the MP4 format. More info
A 3D pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary. More info
A Unity asynchronous API that provides the ability to take pictures and record videos. More info
A JavaScript API that renders 2D and 3D graphics in a web browser. The Unity WebGLA JavaScript API that renders 2D and 3D graphics in a web browser. The Unity WebGL build option allows Unity to publish content as JavaScript programs which use HTML5 technologies and the WebGL rendering API to run Unity content in a web browser. More info
See in Glossary build option allows Unity to publish content as JavaScript programs which use HTML5 technologies and the WebGL renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary API to run Unity content in a web browser. More info
A GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary that adds the effect of wind to your terrainThe landscape in your scene. A Terrain GameObject adds a large flat plane to your scene and you can use the Terrain’s Inspector window to create a detailed landscape. More info
See in Glossary. For instance, Trees within a wind zoneA GameObject that adds the effect of wind to your terrain. For instance, Trees within a wind zone will bend in a realistic animated fashion and the wind itself will move in pulses to create natural patterns of movement among the tree. More info
See in Glossary will bend in a realistic animated fashion and the wind itself will move in pulses to create natural patterns of movement among the tree. More info
A renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary optimisation technique that allows you to reduce the number of triangles rendered for an object in stages as its distance from the cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary increases. As long as your objects aren’t all close to the camera at the same time, LODA system for building multiplayer capabilities for Unity games. It is built on top of the lower level transport real-time communication layer, and handles many of the common tasks that are required for multiplayer games. More info
See in Glossary will reduce the load on the hardware and improve rendering performance. More info
A Light ModeA Light property that defines the use of the Light. Can be set to Realtime, Baked and Mixed. More info
See in Glossary for creating indirect lighting, shadowmasksA Texture that shares the same UV layout and resolution with its corresponding lightmap. More info
See in Glossary and subtractive lighting. Indirect lighting gets baked into lightmapsA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary and light probesLight probes store information about how light passes through space in your scene. A collection of light probes arranged within a given space can improve lighting on moving objects and static LOD scenery within that space. More info
See in Glossary. ShadowmasksA Texture that shares the same UV layout and resolution with its corresponding lightmap. More info
See in Glossary and light probes occlusion get generated for baked shadows. More info
A system for building multiplayer capabilities for Unity games. It is built on top of the lower level transport real-time communication layer, and handles many of the common tasks that are required for multiplayer games. More info
In a multiplayer network game without a dedicated server, one of the peers in the game acts as the center of authority for the game. This peer is called the “host”. It runs a server and a “local client”, while the other peers each run a “remote client”. More info
A High Level API (HPAPI) object that represents the player on the server and has the ability to run commands (which are secure client-to-server remote procedure calls) from the player’s client. More info
A unique identifier given to an object instance to track it between networked clients and the server. More info
A NetworkingThe Unity system that enables multiplayer gaming across a computer network. More info
See in Glossary component that manages the network state of a Project. More info
A NetworkingThe Unity system that enables multiplayer gaming across a computer network. More info
See in Glossary component that allows you to assign an identity to your GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary for the network to recognise it as a Local Player GameObject or a Server Only GameObject. More info
The Unity system that enables multiplayer gaming across a computer network. More info
A NetworkingThe Unity system that enables multiplayer gaming across a computer network. More info
See in Glossary component that creates a UI(User Interface) Allows a user to interact with your application. More info
See in Glossary menu that allows you to control the network state of your game using your Network ManagerA Networking component that manages the network state of a Project. More info
See in Glossary. More info
A NetworkingThe Unity system that enables multiplayer gaming across a computer network. More info
See in Glossary component that allows you to synchronise the movements of GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary across the network. More info
A closed shape representing the edges and faces of a colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary or trigger. More info
A cube-shaped colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary component that handles collisionsA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary for GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary like dice and ice cubes. More info
A capsule-shaped colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary component that handles collisionsA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary for GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary like barrels and character limbs. More info
Represents the average position of all mass in a rigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary for the purposes of physics calculations. By default it is computed from all collidersAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary belonging to the rigidbody, but can be modified via script. More info
A simple, capsule-shaped colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary component with specialized features for behaving as a character in a game. Unlike true collider components, a rigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary is not needed and the momentum effects are not realistic. More info
An extended ball-socket jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary which allows a joint to be limited on each axis. Mainly used for Ragdoll effects. More info
A component that works with the Skinned MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary Renderer to provide a physics-based solution for simulating fabrics. More info
An invisible shape that is used to handle physical collisionsA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary for an object. A colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary doesn’t need to be exactly the same shape as the object’s meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary - a rough approximation is often more efficient and indistinguishable in gameplay. More info
A collisionA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary occurs when the physics engineA system that simulates aspects of physical systems so that objects can accelerate correctly and be affected by collisions, gravity and other forces. More info
See in Glossary detects that the collidersAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary of two GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary make contact or overlap, when at least one has a rigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary component and is in motion. More info
An automatic process performed by Unity which determines whether a moving GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary with a rigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary and colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary component has come into contact with any other collidersAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary. More info
An extremely customisable jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary that other joint types are derived from. It can be used to create anything from adapted versions of existing jointsA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary to custom designed and highly specialised joints. More info
A simple component for adding a constant forceA simple component for adding a constant force or torque to game objects with a Rigidbody. More info
See in Glossary or torque to game objects with a RigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary. More info
Settings on JointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary components which limit movement or rotation. The type and number of constraints vary depending on the type of Joint. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary limit property that sets the minimum distance tolerance between the joint position and the limit at which the limit will be enforced. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary setting to control spring oscillation. A higher damping ratioA joint setting to control spring oscillation. A higher damping ratio means the spring will come to rest faster. More info
See in Glossary means the spring will come to rest faster. More info
A Physic MaterialA physics asset for adjusting the friction and bouncing effects of colliding objects. More info
See in Glossary property that defines the friction for a RigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary when it’s in motion. Lower values mean less friction, so a setting of zero represents slipping on ice. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary type that is completely constrained, allowing two objects to be held together. Implemented as a spring so some motion may still occur. More info
A customizable framerate-independent interval that dictates when physics calculations and FixedUpdate() events are performed. More info
The higher limit of a Character JointAn extended ball-socket joint which allows a joint to be limited on each axis. Mainly used for Ragdoll effects. More info
See in Glossary. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary that groups together two RigidbodiesA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary, constraining them to move like they are connected by a hinge. It is perfect for doors, but can also be used to model chains, pendulums and so on. More info
A physics component allowing a dynamic connection between rigidbodiesA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary, usually allowing some degree of movement such as a hinge. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary property that sets the lower limit of a joint. More info
A free-form colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary component which accepts a meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary reference to define its collisionA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary surface shape. More info
A physics assetAny 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 for adjusting the friction and bouncing effects of colliding objects. More info
A system that simulates aspects of physical systems so that objects can accelerate correctly and be affected by collisionsA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary, gravity and other forces. More info
A skeletal hierarchy of jointsA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary for a meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary. More info
A component that allows a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary to be affected by simulated gravity and other forces. More info
A cloth property that prevents cloth from penetrating itself. More info
Particles that create semi-transparent effects like smoke, fog or fire. Soft particlesParticles that create semi-transparent effects like smoke, fog or fire. Soft particles fade out as they approach an opaque object, to prevent intersections with the geometry. More info
See in Glossary fade out as they approach an opaque object, to prevent intersections with the geometry. More info
A sphere-shaped colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary component that handles collisionsA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary for GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary like balls or other things that can be roughly approximated as a sphere for the purposes of physics. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary type that connects two RigidbodiesA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary together but allows the distance between them to change as though they were connected by a spring. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary property that defines the axis around which the joint can swing. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary property that limits the rotation around one element of the defined Swing AxisA joint property that defines the axis around which the joint can swing. More info
See in Glossary. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary property to set the target positionA joint property to set the target position that the joint’s drive force should move it to. More info
See in Glossary that the joint’s drive force should move it to. More info
A jointA physics component allowing a dynamic connection between rigidbodies, usually allowing some degree of movement such as a hinge. More info
See in Glossary property to set the desired velocity with which the joint should move to the Target PositionA joint property to set the target position that the joint’s drive force should move it to. More info
See in Glossary under the drive force. More info
A terrain-shaped colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary component that handles collisionsA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary for collisionA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary surface with the same shape as the TerrainThe landscape in your scene. A Terrain GameObject adds a large flat plane to your scene and you can use the Terrain’s Inspector window to create a detailed landscape. More info
See in Glossary object it is attached to. More info
A special colliderAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
See in Glossary for grounded vehicles. It has built-in collision detectionAn automatic process performed by Unity which determines whether a moving GameObject with a rigidbody and collider component has come into contact with any other colliders. More info
See in Glossary, wheel physics, and a slip-based tire friction model. It can be used for objects other than wheels, but it is specifically designed for vehicles with wheels. More info
An Android Debug Bridge (ADB). You can use an ADBAn Android Debug Bridge (ADB). You can use an ADB to deploy an Android package (APK) manually after building. More info
See in Glossary to deploy an Android package (APK) manually after building. More info
An Android project type that is no longer supported by Google and is considered obsolete. More info
Ahead of Time (AOT) compilation is an iOSApple’s mobile operating system. More info
See in Glossary optimization method for optimizing the size of the built iOS player More info
The Android Package format output by Unity. An APK is automatically deployed to your device when you select File > Build & Run. More info
Augmented Reality (AR) uses computer graphics or video composited on top of a live video feed to augment the view and create interaction with real and virtual objects.
See Google CardboardGoogle’s virtual reality (VR) platform for smartphones. More info
See in Glossary
A HoloLensAn XR headset for using apps made for the Windows Mixed Reality platform. More info
See in Glossary input type that uses hand signals to signify commands to the system. More info
Google’s virtual realityA system that immerses users in an artificial 3D world of realistic images and sounds, using a headset and motion tracking. More info
See in Glossary (VR) platform for smartphones. More info
An Android build system that automates several build processes. This automation means that many common build errors are less likely to occur. More info
The former name for Windows Mixed RealityA mixed reality platform developed by Microsoft, built around the API of Windows 10. More info
See in Glossary. More info
An XRAn umbrella term encompassing Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (MR) applications. Devices supporting these forms of interactive applications can be referred to as XR devices. More info
See in Glossary headset for using apps made for the Windows Mixed RealityA mixed reality platform developed by Microsoft, built around the API of Windows 10. More info
See in Glossary platform. More info
Apple’s mobile operating system. More info
An Android system that lets you store cryptographic key entries for enhanced device security. More info
A VR platform for making applications for Rift and mobile VR devices. More info
A VR headset for using apps made for the OculusA VR platform for making applications for Rift and mobile VR devices. More info
See in Glossary platform. More info
On-demand resources (ODR) is a feature available for the iOSApple’s mobile operating system. More info
See in Glossary and tvOS platforms, from version 9.0 of iOS and tvOS onwards. It allows you to reduce the size of your application by separating the core 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 (those that are needed from application startup) from Assets which may be optional, or which appear in later levels of your game. More info
An API that enables you to take photos from a HoloLensAn XR headset for using apps made for the Windows Mixed Reality platform. More info
See in Glossary web cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary and store them in memory or on disk. More info
Sony’s eighth generation video game consoleA device that runs and displays video games.
See in Glossary.
A CPU/GPU chip set used in PS4Sony’s eighth generation video game console.
See in Glossary hardware. More info
See OculusA VR platform for making applications for Rift and mobile VR devices. More info
See in Glossary Rift.
A downloadable app designed to help with Android, iOSApple’s mobile operating system. More info
See in Glossary and tvOS development. The app connects with Unity while you are running your Project in Play Mode from the Unity Editor. More info
A system that immerses users in an artificial 3D world of realistic images and sounds, using a headset and motion tracking. More info
A virtual realityA system that immerses users in an artificial 3D world of realistic images and sounds, using a headset and motion tracking. More info
See in Glossary diagnostic tool by Sony Interactive Entertainment for PlayStation 4. More info
Nintendo’s eighth generation video game consoleA device that runs and displays video games.
See in Glossary.
The former name for Windows Mixed RealityA mixed reality platform developed by Microsoft, built around the API of Windows 10. More info
See in Glossary. More info
A mixed reality platform developed by Microsoft, built around the API of Windows 10. More info
Microsoft’s eighth generation video game consoleA device that runs and displays video games.
See in Glossary.
An umbrella term encompassing Virtual RealityA system that immerses users in an artificial 3D world of realistic images and sounds, using a headset and motion tracking. More info
See in Glossary (VR), Augmented Reality (AR) and Mixed Reality (MR) applications. Devices supporting these forms of interactive applications can be referred to as XRAn umbrella term encompassing Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (MR) applications. Devices supporting these forms of interactive applications can be referred to as XR devices. More info
See in Glossary devices. More info
A way of sending events to objects in the application based on input, be it keyboard, mouse, touch, or custom input. The Event SystemA way of sending events to objects in the application based on input, be it keyboard, mouse, touch, or custom input. The Event System consists of a few components that work together to send events. More info
See in Glossary consists of a few components that work together to send events. More info
A Unity-developed scripting back-end which you can use as an alternative to Mono when building Projects for some platforms. More info
The Mono C# compiler file format. More info
A scripting backendA framework that powers scripting in Unity. Unity supports three different scripting backends depending on target platform: Mono, .NET and IL2CPP. Universal Windows Platform, however, supports only two: .NET and IL2CPP. More info
See in Glossary used in Unity. More info
An integrated development environment (IDE) supplied with Unity 2017.3 and previous versions. From Unity 2018.1 onwards, MonoDevelopAn integrated development environment (IDE) supplied with Unity 2017.3 and previous versions. From Unity 2018.1 onwards, MonoDevelop is replaced by Visual Studio. More info
See in Glossary is replaced by Visual Studio. More info
A framework that powers scripting in Unity. Unity supports three different scripting backendsA framework that powers scripting in Unity. Unity supports three different scripting backends depending on target platform: Mono, .NET and IL2CPP. Universal Windows Platform, however, supports only two: .NET and IL2CPP. More info
See in Glossary depending on target platform: Mono, .NET and IL2CPPA Unity-developed scripting back-end which you can use as an alternative to Mono when building Projects for some platforms. More info
See in Glossary. Universal Windows PlatformAn IAP feature that supports Microsoft’s In App Purchase simulator, which allows you to test IAP purchase flows on devices before publishing your application. More info
See in Glossary, however, supports only two: .NET and IL2CPP. More info
A way of allowing a user-driven callback to persist from edit time to run time without the need for additional programming and script configuration More info
A piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
A reference word which you can assign to one or more GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary to help you identify GameObjects for scripting purposes. For example, you might define and “Edible” Tag for any item the player can eat in your game. More info
A Unity tool that tests your code in both Edit mode and Play mode, and also on target platforms such as Standalone, Android, or iOSApple’s mobile operating system. More info
See in Glossary. More info
A file format for handling textures during realtime renderingThe process of drawing graphics to the screen (or to a render texture). By default, the main camera in Unity renders its view to the screen. More info
See in Glossary by 3D graphics hardware, such as a graphics card or mobile device. More info
An optional security layer that Unity can use when communicating between Unity and Xiaomi servers. Use it to receive server callbacks for client-side receipt validation, or to integrate with Unity server APIs. More info
A continuous integration service for Unity Projects that automates the process of creating builds on Unity’s servers. More info
A Unity cloud-hosted service that provides a simple way for teams to save, share, and contribute to their Unity Project. More info
A Unity Service that captures and aggregates exception data, to help you understand what’s happening during run time and to optimize your Project faster. More info
A Unity facility that provides a growing range of complimentary services to help you make games and engage, retain and monetize audiences. More info
See Cloud BuildA continuous integration service for Unity Projects that automates the process of creating builds on Unity’s servers. More info
See in Glossary More info
A property belonging to a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary, or belonging to a component added to a GameObject, that can have different values over time. More info
A collection of images that create a moving image when played sequentially. In Unity, an animation is the result of adding two different animation keys, at two different times, for the same animatable propertyA property belonging to a GameObject, or belonging to a component added to a GameObject, that can have different values over time. More info
See in Glossary. More info
The curve drawn between keys set for the same animatable propertyA property belonging to a GameObject, or belonging to a component added to a GameObject, that can have different values over time. More info
See in Glossary, at different frames or seconds. The position of the tangents and the selected interpolationThe estimation of values that determine the shape of an animation curve between two keys. More info
See in Glossary mode for each key determines the shape of the animation curveThe curve drawn between keys set for the same animatable property, at different frames or seconds. The position of the tangents and the selected interpolation mode for each key determines the shape of the animation curve. More info
See in Glossary. More info
Refers to the link between TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary AssetAny 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 tracks and the GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary in the sceneA 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. When you link a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary to a track, the track animates the GameObject. Bindings are stored as part of the Timeline instanceRefers to the link between a Timeline Asset and the GameObjects that the Timeline Asset animates in the scene. You create a Timeline instance by associating a Timeline Asset to a GameObject through a Playable Director component. The Timeline instance is scene-based. More info
See in Glossary. More info
The area where two Animation clipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary, Audio clipsA container for audio data in Unity. Unity supports mono, stereo and multichannel audio assets (up to eight channels). Unity can import .aif, .wav, .mp3, and .ogg audio file format, and .xm, .mod, .it, and .s3m tracker module formats. More info
See in Glossary, or Control clips overlap. The overlap creates a transition that is referred to as a blend. The duration of the overlap is referred to as the blend areaThe area where two Animation clips, Audio clips, or Control clips overlap. The overlap creates a transition that is referred to as a blend. The duration of the overlap is referred to as the blend area. The blend area sets the duration of the transition. More info
See in Glossary. The blend area sets the duration of the transition. More info
In a blend between two Animation clipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary, Audio clipsA container for audio data in Unity. Unity supports mono, stereo and multichannel audio assets (up to eight channels). Unity can import .aif, .wav, .mp3, and .ogg audio file format, and .xm, .mod, .it, and .s3m tracker module formats. More info
See in Glossary, or Control clips, there are two blend curves. The blend curve for the incoming clipThe second clip in a blend between two clips. The first clip, the out-going clip, transitions to the second clip, the incoming clip. More info
See in Glossary is referred to as the Blend In curveIn a blend between two Animation clips, Audio clips, or Control clips, there are two blend curves. The blend curve for the incoming clip is referred to as the Blend In curve. More info
See in Glossary. More info
In a blend between two Animation clipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary, Audio clipsA container for audio data in Unity. Unity supports mono, stereo and multichannel audio assets (up to eight channels). Unity can import .aif, .wav, .mp3, and .ogg audio file format, and .xm, .mod, .it, and .s3m tracker module formats. More info
See in Glossary, or Control clips, there are two blend curves. The blend curve for the out-going clipThe first clip in a blend between two clips. The first clip, the out-going clip, transitions to the second clip, the incoming clip. More info
See in Glossary is referred to as the Blend Out curveIn a blend between two Animation clips, Audio clips, or Control clips, there are two blend curves. The blend curve for the out-going clip is referred to as the Blend Out curve. More info
See in Glossary. More info
A Blend Tree property that allows you to configure the Blend Tree for 1D, 2D or Direct blending. More info
A generic term that refers to any clip within the Clips viewThe area in the Timeline Editor window where you add, position, and manipulate clips. More info
See in Glossary of the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window. More info
The area in the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window where you add, position, and manipulate clips. More info
A function for displaying text, buttons, checkboxes, scrollbars and other features on the user interface. More info
The area in the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window that shows the animation curvesThe curve drawn between keys set for the same animatable property, at different frames or seconds. The position of the tangents and the selected interpolation mode for each key determines the shape of the animation curve. More info
See in Glossary for Infinite clipsA special animation clip that contains basic key animation recorded directly to an Animation track within the Timeline Editor window. An Infinite clip cannot be positioned, trimmed, or split because it does not have a defined duration: it spans the entirety of an Animation track. More info
See in Glossary or for Animation clipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary that have been converted from Infinite clips. The Curves viewThe area in the Timeline Editor window that shows the animation curves for Infinite clips or for Animation clips that have been converted from Infinite clips. The Curves view is similar to Curves mode in the Animation window. More info
See in Glossary is similar to Curves mode in the Animation window. More info
A generic term that describes an editable box that the user clicks to enter a value. Editable fields in the inspectorA Unity window that displays information about the currently selected GameObject, Asset or Project Settings, alowing you to inspect and edit the values. More info
See in Glossary are also commonly referred to as fields. More info
How an Animation track approximates animation data in the gaps before and after an Animation clipAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary. More info
The second clip in a blend between two clips. The first clip, the out-going clipThe first clip in a blend between two clips. The first clip, the out-going clip, transitions to the second clip, the incoming clip. More info
See in Glossary, transitions to the second clip, the incoming clipThe second clip in a blend between two clips. The first clip, the out-going clip, transitions to the second clip, the incoming clip. More info
See in Glossary. More info
A special animation clipAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info
See in Glossary that contains basic key animation recorded directly to an Animation track within the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window. An Infinite clipA special animation clip that contains basic key animation recorded directly to an Animation track within the Timeline Editor window. An Infinite clip cannot be positioned, trimmed, or split because it does not have a defined duration: it spans the entirety of an Animation track. More info
See in Glossary cannot be positioned, trimmed, or split because it does not have a defined duration: it spans the entirety of an Animation track. More info
The estimation of values that determine the shape of an animation curveThe curve drawn between keys set for the same animatable property, at different frames or seconds. The position of the tangents and the selected interpolation mode for each key determines the shape of the animation curve. More info
See in Glossary between two keys. More info
The interpolationThe estimation of values that determine the shape of an animation curve between two keys. More info
See in Glossary algorithm that draws the animation curveThe curve drawn between keys set for the same animatable property, at different frames or seconds. The position of the tangents and the selected interpolation mode for each key determines the shape of the animation curve. More info
See in Glossary between two keys. The interpolation mode also joins or breaks left and right tangents. More info
Can refer to an Input KeyA key on a keyboard relating to the Input class. More info
See in Glossary or an Animation KeyThe value of an animatable property, set at a specific point in time. Setting at least two keys for the same property creates an animation. More info
See in Glossary
The first clip in a blend between two clips. The first clip, the out-going clipThe first clip in a blend between two clips. The first clip, the out-going clip, transitions to the second clip, the incoming clip. More info
See in Glossary, transitions to the second clip, the incoming clipThe second clip in a blend between two clips. The first clip, the out-going clip, transitions to the second clip, the incoming clip. More info
See in Glossary. More info
The field that expresses the location of the Timeline PlayheadThe white marker and line that indicates the exact point in time being previewed in the Timeline Editor window. More info
See in Glossary in either frames or seconds, depending on the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Settings. More info
A generic term for the editable fields, buttons, checkboxes, or menus that comprise a component. An editable property is also referred to as a field. More info
One of two handles that controls the shape of the animation curveThe curve drawn between keys set for the same animatable property, at different frames or seconds. The position of the tangents and the selected interpolation mode for each key determines the shape of the animation curve. More info
See in Glossary before and after a key. Tangents appear when a key is selected in the Curves viewThe area in the Timeline Editor window that shows the animation curves for Infinite clips or for Animation clips that have been converted from Infinite clips. The Curves view is similar to Curves mode in the Animation window. More info
See in Glossary, or when a key is selected in the Curve Editor.
The selected interpolationThe estimation of values that determine the shape of an animation curve between two keys. More info
See in Glossary mode used by the left tangent, right tangent, or both tangents.
Refers to the tracks, clips, and recorded animation that comprise a cinematic, cut-scene, game-play sequence, or other effect created with the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window. A Timeline AssetAny 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 does not include bindings to the GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary animated by the Timeline Asset. The bindings to sceneA 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 GameObjects are stored in the Timeline instanceRefers to the link between a Timeline Asset and the GameObjects that the Timeline Asset animates in the scene. You create a Timeline instance by associating a Timeline Asset to a GameObject through a Playable Director component. The Timeline instance is scene-based. More info
See in Glossary. The Timeline Asset is Project-based. More info
The name of the window where you create, modify, and preview a Timeline instanceRefers to the link between a Timeline Asset and the GameObjects that the Timeline Asset animates in the scene. You create a Timeline instance by associating a Timeline Asset to a GameObject through a Playable Director component. The Timeline instance is scene-based. More info
See in Glossary. Modifications to a Timeline instance also affects the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary AssetAny 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. More info
Refers to the link between a TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary AssetAny 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 and the GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary that the Timeline Asset animates in the sceneA 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. You create a Timeline instanceRefers to the link between a Timeline Asset and the GameObjects that the Timeline Asset animates in the scene. You create a Timeline instance by associating a Timeline Asset to a GameObject through a Playable Director component. The Timeline instance is scene-based. More info
See in Glossary by associating a Timeline Asset to a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary through a Playable Director component. The Timeline instance is scene-based. More info
Generic term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
The row of buttons and fields in the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window that controls playback of the Timeline instanceRefers to the link between a Timeline Asset and the GameObjects that the Timeline Asset animates in the scene. You create a Timeline instance by associating a Timeline Asset to a GameObject through a Playable Director component. The Timeline instance is scene-based. More info
See in Glossary. The Timeline Playback Controls affect the location of the Timeline PlayheadThe white marker and line that indicates the exact point in time being previewed in the Timeline Editor window. More info
See in Glossary. More info
The mode that previews the Timeline instanceRefers to the link between a Timeline Asset and the GameObjects that the Timeline Asset animates in the scene. You create a Timeline instance by associating a Timeline Asset to a GameObject through a Playable Director component. The Timeline instance is scene-based. More info
See in Glossary in the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window. Timeline Playback mode is a simulation of Play mode. Timeline Playback mode does not support audio playback. More info
The white marker and line that indicates the exact point in time being previewed in the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window. More info
The name of the menu in the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window that selects the Timeline instanceRefers to the link between a Timeline Asset and the GameObjects that the Timeline Asset animates in the scene. You create a Timeline instance by associating a Timeline Asset to a GameObject through a Playable Director component. The Timeline instance is scene-based. More info
See in Glossary to be previewed or modified. More info
A generic term that refers to any track within the Track listThe area in the Timeline Editor window where you add, group, and modify tracks. More info
See in Glossary of the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window. More info
The term for a series of tracks organized in an expandable and collapse collection of tracks. More info
The area in the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary Editor window where you add, group, and modify tracks. More info
The area that contains all UI(User Interface) Allows a user to interact with your application. More info
See in Glossary elements in a sceneA 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. The Canvas area is shown as a rectangle in the Scene ViewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
See in Glossary. More info
A group of UI(User Interface) Allows a user to interact with your application. More info
See in Glossary elements within a Canvas. Use a Canvas GroupA group of UI elements within a Canvas. Use a Canvas Group to control a group of UI elements collectively without needing to handle them each individually. More info
See in Glossary to control a group of UI elements collectively without needing to handle them each individually. More info
Renders a graphical UI(User Interface) Allows a user to interact with your application. More info
See in Glossary object contained within a Canvas. More info
Controls the overall scale and pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary density of all UI(User Interface) Allows a user to interact with your application. More info
See in Glossary elements in the Canvas, including font sizes and image borders. More info
An Image control displays a non-interactive image to the user, such as a decoration and icon. You can change the image from a script to reflect changes in other controls. More info
A UI(User Interface) Allows a user to interact with your application. More info
See in Glossary component property that detemines whether the component can accept input. More info
A visual componentA component that enables you to easily create GUI-specific functionality. More info
See in Glossary that lets you restrict images from view to only a small section of an image. For instance, you can apply a Mask to a Panel UI(User Interface) Allows a user to interact with your application. More info
See in Glossary element to block all child images from view. More info
A Visual UI(User Interface) Allows a user to interact with your application. More info
See in Glossary Component that displays a non-interactive image to the user. This can be used for decoration, icons, etc, and the image can also be changed from a script to reflect changes in other controls. More info
A UI(User Interface) Allows a user to interact with your application. More info
See in Glossary Control which displays a large set of Controls in a viewable area that you can see by using a scrollbar. More info
A UI(User Interface) Allows a user to interact with your application. More info
See in Glossary component that adds a simple outline effect to graphic components such as Text or Image. It must be on the same GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary as the graphic component. More info
A non-interactive piece of text to the user. This can be used to provide captions or labels for other GUI controls or to display instructions or other text. More info
A TextField controlA TextField control displays a non-interactive piece of text to the user, such as a caption, label for other GUI controls, or instruction. More info
See in Glossary displays a non-interactive piece of text to the user, such as a caption, label for other GUI controls, or instruction. More info
A field that allows the user to input a Text string More info
A checkbox that allows the user to switch an option on or off. More info
A row of buttons and basic controls at the top of the Unity Editor that allows you to interact with the Editor in various ways (e.g. scaling, translation). More info
(User Interface) Allows a user to interact with your application. More info
A component that enables you to easily create GUI-specific functionality. More info
Did you find this page useful? Please give it a rating: