20 Commits

Author SHA1 Message Date
oxmc
6c3d5543b3 Update ProjectSettings.asset 2022-12-31 18:59:30 -08:00
oxmc
62c3569aef Update ProjectSettings.asset 2022-12-31 04:07:38 -08:00
tverona1
2b8154d9e4 Update app name, fix go controller 2020-07-22 19:50:18 -07:00
tverona1
d84c0cb60d Update to Unity 2019.3.12f1 2020-05-02 19:59:51 -07:00
tverona1
ddea5d2acd Support for hand tracking 2020-05-02 19:29:40 -07:00
tverona1
4272495439 Hand material & using XR manager plugin 2020-04-27 17:41:49 -07:00
tverona1
cd75bf6579 Bump version to v0.10.3 2020-04-25 14:12:04 -07:00
tverona1
3e5a2dfe5f Update Unity to 2019.3.11f1 2020-04-25 13:08:58 -07:00
tverona1
95f9b1be78 Upgrade to Unity 2019.3.0b4 2019-09-29 20:34:32 -07:00
tverona1
4f0399bcdf Adding support for custom background images
This change adds support for custom background images.

Usage:
- Background images are stored in "backgrounds" folder as with jpg or png.
- Both 360 degree (equirectangular) and 6-side cubemap images are supported. This is automatically detected based on aspect ratio (with cubemap having 4:3 aspect ratio).
- Select the background from Settings.

Changes:
- The selected background image is persisted in config in this format: "background": "backgrounds/my_background.jpg",
- Image is decoded in a background thread (via Android plugin), as Texture2D.LoadImage can cause multi-second freeze on the UI thread. We then compensate for unity (re-ordering coordinate origin and also alpha channel).
- Made ground smaller & semi-transparent
2019-09-14 18:07:34 -07:00
tverona1
6bca1d0c07 Support for renaming apps
- Adds support for renaming apps: By pressing A or X on the controller, you can choose an alternate app name / icon. You can reset these changes back to default in Settings.
2019-09-08 14:28:45 -07:00
tverona1
333d17cffb Fix icon aspect ratio, fix Go controller scrolling
- Fixed icon aspect ratio: Icons now maintain their original aspect ratio
- Fixed Go controller scrolling (hopefully)
2019-09-01 12:12:50 -07:00
tverona1
5c34ca9353 Adding Go controller mesh 2019-08-23 21:21:05 -07:00
tverona1
dd7b8ff6a4 Added support for downloading assets (including auto-update)
- Added support for downloading assets (including auto-update)
- By default, auto-update is turned off. Enable it in settings.
- Default repository for app icons and names is [https://github.com/tverona1/QuestAppLauncher_assets]. This can be configured in config.json.
2019-08-17 17:13:07 -07:00
tverona1
4fa3de6dec Async processing of apps
- Async processing of apps
- Async load of icon image
2019-08-08 23:17:37 -07:00
tverona1
81e778f281 Improved tab support
- Ability to specify position of auto & custom tabs (top, left, right)
- Highlighting around selected tab
2019-08-04 13:09:49 -07:00
tverona1
de5225c19a Added ability to filter 2D apps 2019-07-26 01:09:08 -07:00
tverona1
2b6ebb6e73 Fix app for build 7 update; added UI support for adjusting grid size
- Build 7 update broke the controllers because I did not include the "android.hardware.vr.headtracking" uses-feature in the manifest. Because of this, the headset was incorrectly registered as an Oculus Go. Looks like they started to enforce this setting in the latest update.
- Added support for adjusting the grid size in the settings panel.
2019-07-24 22:22:49 -07:00
tverona1
0d5e94c023 Added "Settings" view & cleaned up app hiding
- Added a settings view
- Hiding an app now dynamically removes the cell from the grid
- Moved the "reset app hiding" button under the settings view
2019-07-20 22:41:56 -07:00
tverona1
fe3f38ee64 Initial checkin
Initial checkin of Quest App Launcher
2019-07-16 23:46:19 -07:00