| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This only adds support for a subset of Play Asset Delivery: this causes a single install-time asset pack to always be present, but doesn't add support for dynamically downloaded asset packs.
|
|\
| |
| | |
Make platform feature tag names lowercase
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Feature tag names are still case-sensitive, but this makes built-in
feature tags more consistent.
- `Windows` -> `windows`
- `OSX` -> `osx`
- `LinuxBSD` -> `linuxbsd`
- `Android` -> `android`
- `iOS` -> `ios`
- `HTML5` -> `html5`
- `JavaScript` -> `javascript`
- `UWP` -> `uwp`
|
|\ \
| |/
|/| |
Update the AndroidManifest to enable access to Oculus OpenXR runtime
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Calinou/android-export-move-clear-previous-install-setting
Move the Android "clear previous install" setting to Editor Settings
|
| |
| |
| |
| |
| | |
This means the setting now applies to every project deployed from
the editor, rather than being per-export preset.
|
|/
|
|
|
| |
This is done by providing API access to app specific directories which don't have any limitations and allows us to bump the target sdk version to 30.
In addition, we're also bumping the min sdk version to 19 as version 18 is no longer supported by Google Play Services and only account of 0.3% of Android devices.
|
|
|
|
| |
Supported on Android 10 and higher.
|
|
|