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 the "lwf-demo" project.
git clone git@github.com: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.

  1. Clone the "lwf" project.
git clone git@github.com:gree/lwf.git
  1. Compile DLLs
lwf $: cd csharp/unity/build
lwf $: rake

(in /Users/github/lwf/csharp/unity/build)
lwf.dll:
lwf_editor.dll:

lwf $: ls
Rakefile           lwf.dll.mdb        lwf_editor.dll.mdb
lwf.dll            lwf_editor.dll
  1. Create you new

Clone this wiki locally