NetPad
  • General
    • Introduction
    • Technical Overview
  • Manual
    • Terminology
      • Server (Game), Client (Controller)
      • Controller - Input, Proxy
      • Constants
      • Webserver
    • Components
      • NetPadServer
      • NetPadClient
      • NetPadBehaviour
      • Input
        • NetPadJoystick
        • NetPadGyroscope
        • NetPadDPad
          • DPadButton
        • NetPadAccelerometer
        • NetPadTouch
        • NetPadCamera
        • NetPadButton
      • LayoutListener
      • NetPadDiscoveryServer
      • NetPadDiscoveryClient
    • Other
      • Attributes
      • Build Pipeline
      • NetPad Settings
      • NetPad Constants
    • Tutorials
      • Getting Started
        • Project Setup
        • Game Setup
          • Preperation
          • Ball
          • Ball Spawner
          • Scene Setup
        • Controller Setup
          • Background - Player Properties
          • Scene Setup
        • Build
Powered by GitBook
On this page
  1. Manual
  2. Tutorials
  3. Getting Started
  4. Controller Setup

Scene Setup

PreviousBackground - Player PropertiesNextBuild

Last updated 2 years ago

We are going to create a simple Scene, only a few steps.

Open the Controller scene we created in a previous step.

Adding ClientSetup

  • Right click in hierarchy and click on 'NetPad / Client (Controller) + Discovery' no furhter changes to make

Background Image

  • Right click in hierachy and click on 'Ui / Image'

  • Add the previous created Background script on to it

Controller

  • Create and empty GameObject and name it 'Controller'

  • Add the component 'NetPadAccelerometer'

Save your scene.

complete setup