|
|
@@ -21,6 +21,46 @@
|
|
|
### [Navigate in the Scene Editor](game-studio/navigate-in-the-scene-editor.md)
|
|
|
## [Launch a game](get-started/launch-a-game.md)
|
|
|
|
|
|
+# [Animation](animation/index.md)
|
|
|
+## [Import animations](animation/import-animations.md)
|
|
|
+## [Animation properties](animation/animation-properties.md)
|
|
|
+## [Set up animations](animation/set-up-animations.md)
|
|
|
+## [Preview animations](animation/preview-animations.md)
|
|
|
+## [Animation scripts](animation/animation-scripts.md)
|
|
|
+## [Additive animation](animation/additive-animation.md)
|
|
|
+## [Procedural animation](animation/procedural-animation.md)
|
|
|
+## [Custom blend trees](animation/custom-blend-trees.md)
|
|
|
+## [Model node links](animation/model-node-links.md)
|
|
|
+## [custom attributes](animation/custom-attributes.md)
|
|
|
+
|
|
|
+# [Audio](audio/index.md)
|
|
|
+## [Import audio](audio/import-audio.md)
|
|
|
+## [Audio asset properties](audio/audio-asset-properties.md)
|
|
|
+## [Non-spatialized audio](audio/non-spatialized-audio.md)
|
|
|
+## [Spatialized audio](audio/spatialized-audio.md)
|
|
|
+### [Audio emitters](audio/audio-emitters.md)
|
|
|
+### [Audio listeners](audio/audio-listeners.md)
|
|
|
+### [HRTF](audio/hrtf.md)
|
|
|
+## [Stream audio](audio/stream-audio.md)
|
|
|
+## [Global audio settings](audio/global-audio-settings.md)
|
|
|
+## [Play a range within an audio file](audio/play-a-range-within-an-audio-file.md)
|
|
|
+## [Custom audio data](audio/custom-audio-data.md)
|
|
|
+## [Set an audio device](audio/set-an-audio-device.md)
|
|
|
+
|
|
|
+# [Engine](engine/index.md)
|
|
|
+## [Assets](engine/assets/index.md)
|
|
|
+### [Asset bundles](engine/assets/asset-bundles.md)
|
|
|
+### [Asset control](engine/assets/asset-control.md)
|
|
|
+## [Entity component model](engine/entity-component-model/index.md)
|
|
|
+### [Manage entities](engine/entity-component-model/managing-entities.md)
|
|
|
+## [File system](engine/file-system.md)
|
|
|
+
|
|
|
+# [Files and folders](files-and-folders/index.md)
|
|
|
+## [Project structure](files-and-folders/project-structure.md)
|
|
|
+## [Cached files](files-and-folders/cached-files.md)
|
|
|
+## [Version control](files-and-folders/version-control.md)
|
|
|
+## [Distribute a game](files-and-folders/distribute-a-game.md)
|
|
|
+
|
|
|
# [Game Studio](game-studio/index.md)
|
|
|
## [Scenes](game-studio/scenes.md)
|
|
|
### [Create and open a scene](game-studio/create-a-scene.md)
|
|
|
@@ -45,20 +85,6 @@
|
|
|
### [Splash screen](game-studio/splash-screen.md)
|
|
|
## [World units](game-studio/world-units.md)
|
|
|
|
|
|
-# [Files and folders](files-and-folders/index.md)
|
|
|
-## [Project structure](files-and-folders/project-structure.md)
|
|
|
-## [Cached files](files-and-folders/cached-files.md)
|
|
|
-## [Version control](files-and-folders/version-control.md)
|
|
|
-## [Distribute a game](files-and-folders/distribute-a-game.md)
|
|
|
-
|
|
|
-# [Engine](engine/index.md)
|
|
|
-## [Assets](engine/assets/index.md)
|
|
|
-### [Asset bundles](engine/assets/asset-bundles.md)
|
|
|
-### [Asset control](engine/assets/asset-control.md)
|
|
|
-## [Entity component model](engine/entity-component-model/index.md)
|
|
|
-### [Manage entities](engine/entity-component-model/managing-entities.md)
|
|
|
-## [File system](engine/file-system.md)
|
|
|
-
|
|
|
# [Graphics](graphics/index.md)
|
|
|
## [Cameras](graphics/cameras/index.md)
|
|
|
### [Camera slots](graphics/cameras/camera-slots.md)
|
|
|
@@ -131,46 +157,21 @@
|
|
|
### [Render stages](graphics/rendering-pipeline/render-stages.md)
|
|
|
## [Sprite fonts](graphics/sprite-fonts.md)
|
|
|
|
|
|
-# [Physics](physics/index.md)
|
|
|
-## [Colliders](physics/colliders.md)
|
|
|
-### [Static colliders](physics/static-colliders.md)
|
|
|
-### [Rigidbodies](physics/rigid-bodies.md)
|
|
|
-### [Kinematic rigidbodies](physics/kinematic-rigid-bodies.md)
|
|
|
-### [Characters](physics/characters.md)
|
|
|
-### [Collider shapes](physics/collider-shapes.md)
|
|
|
-### [Triggers](physics/triggers.md)
|
|
|
-### [Constraints](physics/constraints.md)
|
|
|
-## [Raycasting](physics/raycasting.md)
|
|
|
-## [Simulation](physics/simulation.md)
|
|
|
-## [Tutorials](physics/tutorials.md)
|
|
|
-### [Create a bouncing ball](physics/create-a-bouncing-ball.md)
|
|
|
-### [Script a trigger](physics/script-a-trigger.md)
|
|
|
-
|
|
|
-# [Animation](animation/index.md)
|
|
|
-## [Import animations](animation/import-animations.md)
|
|
|
-## [Animation properties](animation/animation-properties.md)
|
|
|
-## [Set up animations](animation/set-up-animations.md)
|
|
|
-## [Preview animations](animation/preview-animations.md)
|
|
|
-## [Animation scripts](animation/animation-scripts.md)
|
|
|
-## [Additive animation](animation/additive-animation.md)
|
|
|
-## [Procedural animation](animation/procedural-animation.md)
|
|
|
-## [Custom blend trees](animation/custom-blend-trees.md)
|
|
|
-## [Model node links](animation/model-node-links.md)
|
|
|
-## [custom attributes](animation/custom-attributes.md)
|
|
|
+# [Input](input/index.md)
|
|
|
+## [Gamepads](input/gamepads.md)
|
|
|
+## [Gestures](input/gestures.md)
|
|
|
+## [Keyboards](input/keyboards.md)
|
|
|
+## [Mouse](input/mouse.md)
|
|
|
+## [Pointers](input/pointers.md)
|
|
|
+## [Sensors](input/sensors.md)
|
|
|
+## [Virtual buttons](input/virtual-buttons.md)
|
|
|
|
|
|
-# [Audio](audio/index.md)
|
|
|
-## [Import audio](audio/import-audio.md)
|
|
|
-## [Audio asset properties](audio/audio-asset-properties.md)
|
|
|
-## [Non-spatialized audio](audio/non-spatialized-audio.md)
|
|
|
-## [Spatialized audio](audio/spatialized-audio.md)
|
|
|
-### [Audio emitters](audio/audio-emitters.md)
|
|
|
-### [Audio listeners](audio/audio-listeners.md)
|
|
|
-### [HRTF](audio/hrtf.md)
|
|
|
-## [Stream audio](audio/stream-audio.md)
|
|
|
-## [Global audio settings](audio/global-audio-settings.md)
|
|
|
-## [Play a range within an audio file](audio/play-a-range-within-an-audio-file.md)
|
|
|
-## [Custom audio data](audio/custom-audio-data.md)
|
|
|
-## [Set an audio device](audio/set-an-audio-device.md)
|
|
|
+# [Navigation](navigation/index.md)
|
|
|
+## [Navigation groups](navigation/navigation-groups.md)
|
|
|
+## [Navigation meshes](navigation/navigation-meshes.md)
|
|
|
+## [Navigation bounding boxes](navigation/navigation-bounding-boxes.md)
|
|
|
+## [Navigation components](navigation/navigation-components.md)
|
|
|
+## [Dynamic navigation](navigation/dynamic-navigation.md)
|
|
|
|
|
|
# [Particles](particles/index.md)
|
|
|
## [Create particles](particles/create-particles.md)
|
|
|
@@ -188,21 +189,41 @@
|
|
|
### [Create a trail](particles/tutorials/create-a-trail.md)
|
|
|
### [Custom particles](particles/tutorials/custom-particles.md)
|
|
|
|
|
|
-# [Input](input/index.md)
|
|
|
-## [Gamepads](input/gamepads.md)
|
|
|
-## [Gestures](input/gestures.md)
|
|
|
-## [Keyboards](input/keyboards.md)
|
|
|
-## [Mouse](input/mouse.md)
|
|
|
-## [Pointers](input/pointers.md)
|
|
|
-## [Sensors](input/sensors.md)
|
|
|
-## [Virtual buttons](input/virtual-buttons.md)
|
|
|
+# [Physics](physics/index.md)
|
|
|
+## [Colliders](physics/colliders.md)
|
|
|
+### [Static colliders](physics/static-colliders.md)
|
|
|
+### [Rigidbodies](physics/rigid-bodies.md)
|
|
|
+### [Kinematic rigidbodies](physics/kinematic-rigid-bodies.md)
|
|
|
+### [Characters](physics/characters.md)
|
|
|
+### [Collider shapes](physics/collider-shapes.md)
|
|
|
+### [Triggers](physics/triggers.md)
|
|
|
+### [Constraints](physics/constraints.md)
|
|
|
+## [Raycasting](physics/raycasting.md)
|
|
|
+## [Simulation](physics/simulation.md)
|
|
|
+## [Tutorials](physics/tutorials.md)
|
|
|
+### [Create a bouncing ball](physics/create-a-bouncing-ball.md)
|
|
|
+### [Script a trigger](physics/script-a-trigger.md)
|
|
|
|
|
|
-# [UI](ui/index.md)
|
|
|
-## [Pages](ui/ui-pages.md)
|
|
|
-## [Libraries](ui/ui-libraries.md)
|
|
|
-## [Editor](ui/ui-editor.md)
|
|
|
-## [Add a UI to a scene](ui/add-a-ui-to-a-scene.md)
|
|
|
-## [Layout system](ui/layout-system.md)
|
|
|
+# [Platforms](platforms/index.md)
|
|
|
+## [Linux](platforms/linux/index.md)
|
|
|
+### [Setup and requirements](platforms/linux/setup-and-requirements.md)
|
|
|
+### [Create a Linux game](platforms/linux/create-a-linux-game.md)
|
|
|
+## [UWP](platforms/uwp/index.md)
|
|
|
+### [Xbox Live](platforms/uwp/xbox-live.md)
|
|
|
+## [iOS](platforms/ios.md)
|
|
|
+## [Add or remove a platform](platforms/add-or-remove-a-platform.md)
|
|
|
+## [Set the graphics platform](platforms/set-the-graphics-platform.md)
|
|
|
+
|
|
|
+# [Scripts](scripts/index.md)
|
|
|
+## [Types of script](scripts/types-of-script.md)
|
|
|
+## [Create a script](scripts/create-a-script.md)
|
|
|
+## [Use a script](scripts/use-a-script.md)
|
|
|
+## [Public properties and fields](scripts/public-properties-and-fields.md)
|
|
|
+## [Scheduling and priorities](scripts/scheduling-and-priorities.md)
|
|
|
+## [Events](scripts/events.md)
|
|
|
+## [Debugging](scripts/debugging.md)
|
|
|
+## [Preprocessor variables](scripts/preprocessor-variables.md)
|
|
|
+## [Create a model from code](scripts/create-a-model-from-code.md)
|
|
|
|
|
|
# [Sprites](sprites/index.md)
|
|
|
## [Import sprite sheets](sprites/import-sprite-sheets.md)
|
|
|
@@ -210,12 +231,12 @@
|
|
|
### [Set sprite borders](sprites/set-sprite-borders.md)
|
|
|
## [Use sprites](sprites/use-sprites.md)
|
|
|
|
|
|
-# [Navigation](navigation/index.md)
|
|
|
-## [Navigation groups](navigation/navigation-groups.md)
|
|
|
-## [Navigation meshes](navigation/navigation-meshes.md)
|
|
|
-## [Navigation bounding boxes](navigation/navigation-bounding-boxes.md)
|
|
|
-## [Navigation components](navigation/navigation-components.md)
|
|
|
-## [Dynamic navigation](navigation/dynamic-navigation.md)
|
|
|
+# [UI](ui/index.md)
|
|
|
+## [Pages](ui/ui-pages.md)
|
|
|
+## [Libraries](ui/ui-libraries.md)
|
|
|
+## [Editor](ui/ui-editor.md)
|
|
|
+## [Add a UI to a scene](ui/add-a-ui-to-a-scene.md)
|
|
|
+## [Layout system](ui/layout-system.md)
|
|
|
|
|
|
# [Video](video/index.md)
|
|
|
## [Set up a video](video/set-up-a-video.md)
|
|
|
@@ -223,27 +244,6 @@
|
|
|
## [Video scripts](video/video-scripts.md)
|
|
|
## [Use a video as a skybox](video/use-a-video-as-a-skybox.md)
|
|
|
|
|
|
-# [Scripts](scripts/index.md)
|
|
|
-## [Types of script](scripts/types-of-script.md)
|
|
|
-## [Create a script](scripts/create-a-script.md)
|
|
|
-## [Use a script](scripts/use-a-script.md)
|
|
|
-## [Public properties and fields](scripts/public-properties-and-fields.md)
|
|
|
-## [Scheduling and priorities](scripts/scheduling-and-priorities.md)
|
|
|
-## [Events](scripts/events.md)
|
|
|
-## [Debugging](scripts/debugging.md)
|
|
|
-## [Preprocessor variables](scripts/preprocessor-variables.md)
|
|
|
-## [Create a model from code](scripts/create-a-model-from-code.md)
|
|
|
-
|
|
|
-# [Platforms](platforms/index.md)
|
|
|
-## [Linux](platforms/linux/index.md)
|
|
|
-### [Setup and requirements](platforms/linux/setup-and-requirements.md)
|
|
|
-### [Create a Linux game](platforms/linux/create-a-linux-game.md)
|
|
|
-## [UWP](platforms/uwp/index.md)
|
|
|
-### [Xbox Live](platforms/uwp/xbox-live.md)
|
|
|
-## [iOS](platforms/ios.md)
|
|
|
-## [Add or remove a platform](platforms/add-or-remove-a-platform.md)
|
|
|
-## [Set the graphics platform](platforms/set-the-graphics-platform.md)
|
|
|
-
|
|
|
# [Virtual reality](virtual-reality/index.md)
|
|
|
## [Enable VR](virtual-reality/enable-vr.md)
|
|
|
## [Preview a scene in VR](virtual-reality/preview-a-scene-in-vr.md)
|
|
|
@@ -263,4 +263,4 @@
|
|
|
## [Default value changes ignored at runtime](troubleshooting/default-value-changes-ignored-at-runtime.md)
|
|
|
## [Lights don't cast shadows](troubleshooting/lights-dont-cast-shadows.md)
|
|
|
## [Full call stack not available](troubleshooting/full-call-stack-not-available.md)
|
|
|
-## [Error: "A SceneCameraRenderer in use has no camera assigned to its [Slot]. Make sure a camera is enabled and assigned to the [Slot]"](troubleshooting/error-a-scenecamerarenderer-in-use-has-no-camera-set.md)
|
|
|
+## [Error: "A SceneCameraRenderer in use has no camera assigned to its [Slot]. Make sure a camera is enabled and assigned to the [Slot]"](troubleshooting/error-a-scenecamerarenderer-in-use-has-no-camera-set.md)
|