Files
Unity-Android-Live-Wallpaper/README.md
Pavel Dobryakov 7b68d1e8a7 initial
2019-04-20 17:48:35 +03:00

1.4 KiB

Unity Android Live Wallpaper

Run your Unity game as a live wallpaper on Android. Used in production by the app Fluid Simulation.

The main reason I open source it is because this implementation has several major bugs that I can't fix and I need help with:

  • When you launch lwp preview, press home button and then go back to preview it crashes.
  • On many launchers that are not stock it takes small portion of the screen instead of fullscreen.
  • Also not taking fullscreen when in landscape mode.

So my goal is to fix these problems and to make this library the best Unity's lwp Android implementation ever, that is also the simplest and free.

Usage

Export your game as Android Studio project. Then you need to make next steps:

  1. Copy content from AndroidManifest.xml to the project's AndroidManifest.xml, after main activity tag. Should look like this:

  2. Add WallpaperActivity.java script into the project. You probably would need to change the package name at the top of the script.

  3. Make xml folder in res and add wallpaper.xml file there.

Now you can build and run. Go into wallpaper settings of your phone to see it. If you are using Samsung device then install Google Wallpaper app.