Skip to content

PavelDoGreat/Unity-Android-Live-Wallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Android Live Wallpaper

Run your Unity game as 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. Whoops... it crashes.
  • On many launchers instead of fullscreen, it runs only in small portion of the screen.
  • Also not rendering in 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:

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

  2. 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 you need to install Google Wallpapers app to set it as a wallpaper.

About

Run your Unity game as live wallpaper on Android

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages