Used for continuous blending between similar Animation Clips based on float Animation Parameters. More info
Animation clipAnimation data that can be used for animated characters or simple animations. An animation clip is one piece of motion, such as (one specific instance of) âIdleâ, âWalkâ or âRunâ. More info
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
Animator windowThe window where the Animator Controller is visualized and edited. More info
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
CollisionA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, and at least one has a Rigidbody component and is in motion. More info
GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. More info
HeightMeshA navmesh that contains additional data that is used to more accurately determine the height at any point along the navmesh. More info
HierarchyUnity uses the concept of parent-child hierarchies, or parenting, to group GameObjects. An object can contain other GameObjects that inherit its properties. More info
Input GeometryThe geometry to consider when baking the navmesh. More info
InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
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
NavMeshA mesh that Unity generates to approximate the walkable areas and obstacles in your environment for path finding and AI-controlled navigation. More info
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
RasterizationThe process of generating an image by calculating pixels for each polygon or triangle in the geometry. This is an alternative to ray tracing.
RigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
Root motionMotion of characterâs root node, whether itâs controlled by the animation itself or externally. More info
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
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
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
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. More info
VoxelA 3D pixel. More info
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4