https://github.com/hexcube/loanbuddy
AR-powered bank loan guide app demo
https://github.com/hexcube/loanbuddy
augmented-reality unity vuforia
Last synced: 8 months ago
JSON representation
AR-powered bank loan guide app demo
- Host: GitHub
- URL: https://github.com/hexcube/loanbuddy
- Owner: HEXcube
- License: mit
- Created: 2020-12-18T19:51:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T20:08:45.000Z (over 5 years ago)
- Last Synced: 2025-02-26T21:45:03.942Z (over 1 year ago)
- Topics: augmented-reality, unity, vuforia
- Language: C#
- Homepage:
- Size: 35.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoanBuddy
Guide app to help you choose bank loans
Dependencies
------------
Download Vuforia Engine v9.0 package and import manually.
See https://library.vuforia.com/content/vuforia-library/en/articles/Solution/vuforia-engine-package-hosting-for-unity.html
Resources & Guides
==================
Scrolling Background
--------------------
https://youtube.com/watch?v=32EIYs6Z18Q
Easy Mobile Lite native dialogs
-------------------------------
https://easymobile.sglibgames.com/docs/pro/chapters/getting-started/using.html#initializing
https://easymobile.sglibgames.com/docs/lite/chapters/native-apis/native-ui/scripting.html
https://stackoverflow.com/questions/38335927/application-quit-dialog-prompt-with-buttons-on-android-using-unity-5-3-4-c-sharp/38339169#38339169
Fix Easy Mobile Lite's bugs
---------------------------
Unknown CPU architecture for iOS plugin while building for Android:
https://github.com/wrld3d/unity-api/issues/92#issuecomment-503161289
Set JAVA_HOME and PATH to Unity's bundled JRE:
https://mkyong.com/java/how-to-set-java_home-on-windows-10/
Add sound on button click
-------------------------
https://geekshangout.com/unity-101-playing-sound-ui-button-pressed/
https://youtube.com/watch?v=kl7LZ6JQe1M
Add vibration on button click
-----------------------------
https://youtube.com/watch?v=_D5ujdwJOxc
How to Detect Mouse Click or Touch on a GameObject
--------------------------------------------------
https://youtube.com/watch?v=0sFrDJKwsdM
How to add support for SVG icons
--------------------------------
https://docs.unity3d.com/Packages/com.unity.vectorgraphics@2.0/manual/index.html
https://stackoverflow.com/questions/52562020/how-to-import-svg-to-unity-2018-2/52571115#52571115
24bit PNG Generator (for use in Vuforia)
---------------------------------------
http://picturetopeople.org/image_utilities/image_converter.html
LICENSE
-------
Except where otherwise noted, all original content here are released under [MIT license](https://opensource.org/licenses/MIT). However, part of the work here are derived from other 3rd party projects and as a result follow the licenses of their original sources.