oxmc
bf44cf9432
Update AssetsDownloader.cs
2023-01-14 14:46:58 -08:00
oxmc
d7e4e679f7
Update AssetsDownloader.cs
2023-01-14 14:35:12 -08:00
oxmc
f4debfca32
Update AssetsDownloader.cs
2023-01-13 17:11:13 -08:00
oxmc
b270433188
Update AssetsDownloader.cs
2023-01-13 16:53:01 -08:00
oxmc
ef98228aab
Delete installapk.cs
2023-01-13 12:14:20 -08:00
oxmc
7135691a01
Update installapk.cs
2023-01-13 12:13:46 -08:00
oxmc
7c50d183f3
Update AndroidManifest.xml
2023-01-13 11:40:42 -08:00
oxmc
72b3f4212c
Create installapk.cs
2023-01-13 11:35:49 -08:00
oxmc
0429d18c1d
Update AssetsDownloader.cs
2022-12-31 04:28:32 -08:00
oxmc
0027452b92
Update AssetsDownloader.cs
2022-12-31 04:18:30 -08:00
oxmc
82421eb690
Update AssetsDownloader.cs
2022-12-31 04:04:21 -08:00
oxmc
64c243fb2a
Update AssetsDownloader.cs
2022-12-31 03:56:01 -08:00
oxmc
14e44e456a
Update AssetsDownloader.cs
2022-12-31 03:48:37 -08:00
oxmc
bd39092926
Update AssetsDownloader.cs
2022-12-31 03:38:33 -08:00
oxmc
83b9844fa7
Update AssetsDownloader.cs
2022-12-31 03:32:55 -08:00
oxmc
95c1f824ca
Update AssetsDownloader.cs
2022-12-31 03:23:50 -08:00
oxmc
24632b9342
Update AssetsDownloader.cs
2022-12-31 02:30:29 -08:00
oxmc
d172c2446b
Update AssetsDownloader.cs
2022-12-31 02:19:55 -08:00
oxmc
4563d42668
Update AssetsDownloader.cs
2022-12-31 02:04:24 -08:00
oxmc
2d5d73c90a
Update QuestAppLauncher.unity
2022-12-29 09:25:39 -08:00
oxmc
d4bc25c8cd
Update Config.cs
2022-12-29 09:19:22 -08:00
oxmc
a8b4bcd17c
Add files via upload
2022-12-29 09:17:11 -08:00
a9247df300
Test 1
2022-12-29 07:51:19 -08:00
oxmc
5ba43d051a
Update Config.cs
2022-12-09 12:02:05 -08:00
tverona1
2b8154d9e4
Update app name, fix go controller
2020-07-22 19:50:18 -07:00
tverona1
17501f5d75
Semi-transparent floor, fix appname override
...
Small tweaks:
- Made floor semi-transparent (this was lost somehow)
- Fixed appnames override to not set name to empty string if only category is over-ridden.
2020-05-04 17:03:01 -07:00
tverona1
fe735f307e
Disable skeleton renderer
2020-05-03 13:54:06 -07:00
tverona1
d4e970a0c1
Revert "Disable skeleton renderer"
...
This reverts commit 841c893939 .
2020-05-03 13:51:44 -07:00
tverona1
841c893939
Disable skeleton renderer
2020-05-03 13:51:21 -07:00
tverona1
030eaf0dfc
further tweak to oculus integration fix
2020-05-03 13:41:00 -07:00
tverona1
d8ce11eccf
Hack around initialization
2020-05-03 12:31:37 -07:00
tverona1
1794e2a4f3
Commit missing meta files
2020-05-03 08:53:39 -07:00
tverona1
93e3d0becc
Tweak text on settings dialog
2020-05-02 22:20:23 -07:00
tverona1
ddea5d2acd
Support for hand tracking
2020-05-02 19:29:40 -07:00
tverona1
e13af7dc78
Upgrade to Oculus Integration Library v16
2020-05-02 17:49:56 -07:00
tverona1
4272495439
Hand material & using XR manager plugin
2020-04-27 17:41:49 -07:00
tverona1
d224a65a45
Add version info in Settings
2020-04-25 16:05:10 -07:00
tverona1
10a5e68ad1
Updated Oculus Integration to v15.0
2020-04-25 14:00:46 -07:00
tverona1
f0838f528a
Fix loading VectorDrawable icons
...
Fix loading VectorDrawable icons
2019-12-15 13:36:45 -08:00
tverona1
2fd091667b
Fix cubemap sky map rendering
...
Fix an issue with cubemap sky map rendering
2019-11-23 14:31:31 -08:00
tverona1
1ccd619b49
Remove unnecessary change in manifest file
2019-11-23 13:14:38 -08:00
tverona1
91aa2479b9
Optimize memory utilization for large # of icons
...
Optimize memory utilization for large # of icons by dynaically loading / unloading icons as they are scrolled into view.
2019-11-23 13:09:25 -08:00
tverona1
62e09fd54a
Support for large # of chinese characters
...
Added fallback font w/ increased atlas to support large # of chinese characters
2019-11-23 12:25:18 -08:00
tverona1
fa1f67cfc2
Support for 3d background: 2048px 6-side horizontal cubemap
...
Adding support for 2D texture that represents 6-sided cube (2048px per side) as a horizontal layout:
[ +x ] [ -x ] [ +y ] [ -y ] [ +z ] [ -z ]
This is the recommended representation of cube map as it is more efficient in terms of memory.
2019-11-02 10:58:59 -07:00
tverona1
95f9b1be78
Upgrade to Unity 2019.3.0b4
2019-09-29 20:34:32 -07:00
tverona1
6d2ae2ea04
Enable autoUpdate by default
2019-09-14 19:02:10 -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
30fbb2afb6
Accelerate scroll speed over time
...
This change accelerates scroll speed of the grid view over time, so make it faster to scroll through large content.
2019-09-08 17:54:38 -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
f6b9942b3a
App support for tertiary button to OVRInputSelection
2019-09-07 12:02:57 -07:00