# Getting started

- [Get the Unity SDK](/1.6/getting-started/installation.md)
- [Setup a project](/1.6/getting-started/setup-a-project.md)
- [1. Scene setup](/1.6/getting-started/setup-a-project/scene-setup.md)
- [2. Prefab setup](/1.6/getting-started/setup-a-project/prefab-setup.md): Preparing GameObjects and Prefabs for network replication
- [3. Test your game locally](/1.6/getting-started/setup-a-project/local-development.md)
- [Local testing using builds](/1.6/getting-started/setup-a-project/local-development/local-testing-using-builds.md)
- [Local testing via Unity's Multiplayer Play Mode](/1.6/getting-started/setup-a-project/local-development/multiplayer-play-mode.md)
- [Local testing via ParrelSync](/1.6/getting-started/setup-a-project/local-development/local-testing-via-parrelsync.md)
- [4. Test in the cloud](/1.6/getting-started/setup-a-project/test-in-the-cloud.md)
- [Deploy a Replication Server](/1.6/getting-started/setup-a-project/test-in-the-cloud/deploy-replication-server.md)
- [Share builds](/1.6/getting-started/setup-a-project/test-in-the-cloud/share-builds.md)
- [How to... ?](/1.6/getting-started/how-to....md): A collection of frequently asked questions, and where to find the answers
- [Single-player to multiplayer](/1.6/getting-started/single-player-to-multiplayer.md)
- [Video tutorials](/1.6/getting-started/video-tutorials.md)
- [Samples and tutorials](/1.6/getting-started/samples-and-tutorials.md)
- [Package samples](/1.6/getting-started/samples-and-tutorials/package-samples.md)
- [Sample Connection UIs](/1.6/getting-started/samples-and-tutorials/samples-connection-uis.md)
- [First Steps tutorial](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial.md): The basics of coherence
- [1. Basic syncing](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial/1-basic-syncing.md)
- [1.1 Animation parameters](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial/1-basic-syncing/1-2-animation-parameters.md)
- [1.2 Sending commands](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial/1-basic-syncing/1-3-sending-commands.md)
- [2. Physics / Authority transfer](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial/2-physics-authority-transfer.md)
- [3. Areas of interest](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial/3-spatial-partitioning.md)
- [4. Parenting entities](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial/4-parenting-entities.md)
- [5. Complex hierarchies](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial/5-complex-hierarchies.md)
- [6. Persistence](/1.6/getting-started/samples-and-tutorials/first-steps-tutorial/6-persistence.md)
- [Campfire project](/1.6/getting-started/samples-and-tutorials/campfire-project.md): Advanced networking concepts
- [Game mechanics](/1.6/getting-started/samples-and-tutorials/campfire-project/game-mechanics.md)
- [Leveraging object pooling](/1.6/getting-started/samples-and-tutorials/campfire-project/leveraging-object-pooling.md)
- [Remote interactions: Chairs](/1.6/getting-started/samples-and-tutorials/campfire-project/remote-interactions-chairs.md)
- [Remote interactions: Trees](/1.6/getting-started/samples-and-tutorials/campfire-project/remote-interactions-trees.md)
- [A unique object with complex state](/1.6/getting-started/samples-and-tutorials/campfire-project/a-unique-object-with-complex-state.md)
- [Custom instantiation and destruction](/1.6/getting-started/samples-and-tutorials/campfire-project/custom-instantiation-and-destruction.md)
- [Running a server-side NPC](/1.6/getting-started/samples-and-tutorials/campfire-project/running-a-server-side-npc.md)
- [Playing audio and particles](/1.6/getting-started/samples-and-tutorials/campfire-project/playing-audio-and-particles.md)
- [A simple text chat](/1.6/getting-started/samples-and-tutorials/campfire-project/a-simple-text-chat.md)
- [Beginner's guide to networking](/1.6/getting-started/samples-and-tutorials/beginners-guide-to-networking.md): Erik Svedäng, the winner of IGF 2009, explains the high-level concepts behind networking games.
- [Troubleshooting](/1.6/getting-started/troubleshooting.md)
