Skip to content
james7132 edited this page Apr 16, 2015 · 2 revisions

This is a basic page of how to get started with using DanmakU to make Danmaku games.

###1. Development Environment Installation

If you do not already have Unity installed, download and install the latest version of Unity. (Currently 5.0.0f4) from Unity's website. Link. No need to get Pro, all of DanmakU works in the Personal Edition.

If you aren't familiar with the basic concepts of Unity, I would advise you use Unity's tutorials to brush up on them. The rest of this tutorial assumes you know the basics of navigating Unity and basic C# programming.

###2. Installing DanmakU in a Project

  1. Create a new Unity project you wish to use DanmakU in.
  2. Go to the releases page for this repository (link) and find the appropriate release version (usually this is the latest release that is for your version of Unity).
  3. Download the attached .unitypackage binary.
  4. In Unity, open the project you wish to use the development kit with.
  5. In the menu at the top, click Assets > Import Package > Custom Package.
  6. Navigate to where you downloaded the unitypackage to and open it.
  7. It will then prompt you which assets to add. Select all of them, and click Import.
  8. Restart Unity. (this refreshes Unity, and pulls up all of the Unity Editor extensions created for this dev kit).

###3. Setting Up the Scene to Use DanmakU

Clone this wiki locally