Skip to content

v1.1ForLinuxAndAndroid

NDark edited this page Mar 19, 2014 · 9 revisions

Kobayashi Maru Commander 小林丸指揮官 v1.1

嘗試發布v1.1版到Linux與Andriod平台 v1.1 for Linux and android

下載 Download

  1. Linux 64 bit(zip) https://drive.google.com/file/d/0Bzo5ZsuJOW-8Q1NxN0J2WElIdUk/edit?usp=sharing
  2. Linux 32 bit(zip) https://drive.google.com/file/d/0Bzo5ZsuJOW-8RFFUaVllZ0J0aTA/edit?usp=sharing
  3. Android(apk) https://drive.google.com/file/d/0Bzo5ZsuJOW-8bmVxZWxLMVNmX2M/edit?usp=sharing

如何輸出到Linux平台 Export to Linux Package

  1. Use Unity for Mac/Windows , switch to Linux in PC of build setting, choose the correct 32/64 bits.
  2. Download the whole directory to your local of Linux computer.
  3. Execute the game by ./<Project> .

如何輸出到Android平台 Export to Android Package

  1. It’s much more complex than Linux
  2. Follow the link Android SDK Setup
  3. Download Android SDK. Uncompress it, you will find root(directory name is sdk) for SDK
  4. Open Unity for Mac/Windows, set the root directory of SDK in preference of Unity.
  5. Setup the bundle identifier in Player Settings , instead of default. check this link Bundle Identifier has not been set up correctly
  6. Switch to Android of build setting. There is your android apk file.
  7. Download the apk file using your android device.

對於 Linux 開發者 For Linux developer

  1. I found the Linux developers have poor resource with Unity:
    1. Unity Web Player is only for Mac / Windows.
    2. Unity Editor is only for Mac / Windows.
    3. Unity said they have cross-platform to Linux(and Android), it means Mac/Windows Developers can build a specified package and share to Linux(and Android) player.
  2. For Linux players, there is an another method to play the game exported by Unity. Use VM/Wine to execute a windows package of Unity Game.
  3. For Linux developers ? Buy a Mac or Windows PC.

Reference

  1. How to run the exported game on ubuntu
  2. Error While Loading Shared Libraries
  3. Thread: Unity 4 Linux Games!!
  4. Thread: Android-Unable to build -Jdk Error-unable to find Jdk
  5. Android SDK Setup
  6. Bundle Identifier has not been set up correctly
Clone this wiki locally