Skip to content
HiroyukiHaga edited this page Oct 23, 2012 · 19 revisions

#LWF For Unity

Setup

Install Unity

  • Please download and install Unity3d. LWF works with free version of Unity.
  • http://unity3d.com/

Play demo project.

  1. Clone "lwf-demo".
git clone [email protected]:gree/lwf-demo.git
  1. Launch Unity3d.
  2. Open Project Wizard with "File -> Open Project...", and click "Open Other..." for choosing project directory.
  3. Select "lwf-demo/unity/basic" directory. The project will be opened successfully.
  4. Double-click "Simple" icon in the "Project" tab to open an example scene.
  5. Click "Play" button in the top of menu. You will see logo, animated building and buttons.]

Make your own Unity project.

Clone this wiki locally