scenes.md 821 B

Scenes

Explanation

This C# Intermediate tutorial covers the implementation of a third person camera. Since it reuses a large portion of the First person camera, it is recommended that your watch that tutorial first.

Code

Loading a child scene

[!code-csharpeditorpages]

(Re)loading a scene

[!code-csharpeditorpages]