A Simple Action RPG Game based on Tupi-Guarani mythology in Brazil made on top of Unity 3D using C#
O audio pode não funcionar corretamente em Androids com CyanogenMod por conta de um bug em um módulo que habilita automaticamente a funcionalidade Audio Fast Path
The audio may not work properly on Devices that uses CyanogenMod due to a bug on a module that automaticly enable the Audio Fast Path
para corrigir: To fix it:
- (optional) adb shell pm list features shows
feature:android.hardware.audio.low_latency
- Rename/remove
/system/etc/permissions/android.hardware.audio.low_latency.xml
- reboot
mas informações em: http://forum.unity3d.com/threads/android-sound-problem.359341/page-2
- Unity UI Screens
- Loading Screen with Loading Bar
- Pause
- Combat Text and Hit Effect
- Conversation Panel
- Background Music and some audio effects
- Level System
- Life Bar with Unity UI
- Isometric 2.5D World with Isometric 2.5D Toolset asset
- Lighting
- Sprite Based Character with WASD Control
- Mobile Suport and Touch Jostick
- AI Pathfinding ( adapted from Sebastian Lague Youtube tutorial https://www.youtube.com/watch?v=nhiFx28e7JY )
- Some Mecanisms using Collision detection
- Inventory, Stats Controller, Sound Controller Scripts
- Day Night Cycle
- Simple Object Pooling System
- Scenario Presention