This repository contains a codelab for using Play Asset Delivery in native Android games.
- Android Studio 4.0+ with NDK.
Open the final/
directory in Android Studio to see the final product.
Visit the Google codelabs site to follow along the guided steps.
This project uses the Dear ImGui library, available at:
https://github.com/ocornut/imgui
For more information about this library and its license, please see README.md and LICENSE.txt.
Most of this code was derived from the Endless Tunnel example game written by Bruno Oliveira. The ImGui integration code and asset manager code was written by Nate Trost.
If you've found an error in these samples, please file an issue. This is not an officially supported Google product.
Copyright 2020 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.