Hi Unreal Gurus,
I have been using unreal for doing 3d simulations and animations for my app and have found it very useful. My app, however needs more customizations. I need to add custom android activities and other such features. So I ended up making changes to source code. Making source code changes takes me away from focussing on the app itself. Could you guys make this easier for me? Here are the features that I would like to see in Unreal:
- Ability to add custom android components like activities, fragments and views.
- Ability for unreal animations/graphics to be delivered though fragments and views. Currently unreal game/graphics are delivered through an android activity (GameActivity.java).
Thanks