标题: MUI (Mobile User Interface) - 手机专用的UI [打印本页] 作者: 狂风大尉 时间: 2013-6-23 07:00 标题: MUI (Mobile User Interface) - 手机专用的UI 本帖最后由 艾西格亚 于 2013-8-23 00:47 编辑
MUI System is a set of components to create quickly and simply the user interface in mobile environment both IOS ANDROID
Environments:
- MAC
- WINDOWS
- Unity PRO / Unity Free
- Unity 3.5...
Features:
- High performances
- 1 Draw call
- NO Unity GUI system
- NO GUI Texture
- Easy and quick integration
- 4 Tutorial demo scene(2D & 3D)
- 1 FPS complete game, adapted "Unity FPS Tutorial"
- 2 set of arrows images(One cartoon style)
- Joystick component
- NO problem with mixed code c# and java
- NO DLL or Plugin
- Source code in C#
- Acceleration support
How It Works:
MUICamera component (sendMUIEvents.cs) gets all mobile touch and acceleration events, sends them to the HUB component (getMUIEvents.cs), here based on command type set the PlayerController inputs.
You only have to customize the playerController scripts adding a few lines of code
all touches and accelerometer events supported