🚢
Airship
  • Getting Started
    • Welcome to Airship
    • Installing Airship
  • TypeScript
    • Overview
    • AirshipBehaviour
      • Adding Inspector Properties
      • AirshipSingleton
      • Using Component Decorators
      • Accessing Other Components
  • Publishing
    • Publish Game
    • Developer Console
  • Networking
    • Multiplayer
    • Local Server Mode
    • Network Signals
    • Network Functions
    • Network Identity
    • Network Transform
  • Input
    • User Input
      • Actions
      • Keyboard
      • Mouse
    • Proximity Prompts
  • Core Package
    • What is the Core Package?
    • Chat Commands
    • Inventory
    • Spawning Characters
    • Enable / Disable Core Features
  • Physics
    • Physics Settings
    • Physics Layers
  • Platform Services
    • Data Store
      • Locking
    • Cache Store
    • Leaderboards
    • Platform Inventory
    • Server Management
    • Server List
    • Server Transfers
    • Users
    • Parties
    • Matchmaking
    • External Services
  • CHARACTERS
    • Quick Configuration
    • Character Movement System
      • Character Movement Data
      • Character Movement Events
    • Character Camera
      • First Person Camera
      • Simple Usage
      • Camera Structure
      • Default Camera Modes
      • Disabling the Camera System
    • Character Animations
      • Character Blender Animations
      • Character Ragdoll
  • Accessories
    • Accessories Intro
    • Creating Accessories
    • Using Accessories
  • ANIMATIONS
    • Animation Events
  • Optimization
    • Live Game Profiler
    • Reducing Bundle Size
  • Game Settings
    • Game Visibility
  • Other
    • Project Status
    • FAQ
    • DataType Math
    • JS to Luau
    • Tags
    • Terrain
    • AirshipNetworkBehaviour
      • Lifecycle Events
      • ServerRpc
      • ObserversRpc
      • TargetRpc
    • VoxelWorld
      • Voxel World Getting Started
      • Voxel World Tips
      • Prefab Voxels
      • QuarterBlocks
    • Easy Helper Utils
      • Easy Motion
      • Easy Grid Align
      • Easy Look At
      • Easy Shake
      • Easy Destroy
Powered by GitBook
On this page
  • Prerequisites
  • Download from Github
  • Open in Unity Hub
  • Opening Unity for the First Time
  • Play the Game
  1. Getting Started

Installing Airship

PreviousWelcome to AirshipNextOverview

Last updated 8 months ago

Prerequisites

  1. Install the "LTS" version of

  2. Install

  3. Recommended: install for script editing

Download from Github

.

This project has everything prepared to start building a game on Airship.

  • Make sure to unzip after downloading.

  • After unzipping, rename the airship-template-main folder to the name of your project.

Open in Unity Hub

  1. Add -> Add project from disk.

  2. Select the unzipped (and renamed!) Starter Template folder.

Opening Unity for the First Time

  • Airship will start downloading required asset packages. This may take a few minutes.

Play the Game

You're now ready to play the game. Click the play button in Unity. You should see a character spawn on an empty floor:

If your editor is stuck in an "Untitled Scene", search for "DefaultScene" in the project tab and open it.

Nodejs
Unity Hub
VSCode
Click here to download the Starter Template