Store Version

Note

As Unity 2020.1 deprecated the Unity Asset Store web browser panel in favour of the package manager, you need to use package manager to import UniLWP.Droid on 2020.1+

The paid version, UniLWP.Droid.Store, is distributed on Unity Asset Store as a .unitypackage file.

Import On 2020.1 +

  • Open package manager via menu Window/Package Manager.

  • Switch package scope to Packages: My Assets and search UniLWP

  • Choose UniLWP.Droid - Unity Live Wallpaper For Android, then download and import

Import On 2019.3 +

  • Open asset store panel via menu Window/Asset Store.

  • Search for UniLWP in the newly opened web version of asset store.

  • Choose UniLWP.Droid - Unity Live Wallpaper For Android, then download and import

Setup

Toggle Project Settings panel via menu path Edit/Project Settings...

  • Go to Project/Player and adjust certain items:

    • In Player/Resolution and Presentation, make sure that both Optimized Frame Pacing and Render Over Native UI are unchecked.

    • In Player/Other Settings, make sure that both Mute Other Audio Sources and Filter Touches When Obscured are unchecked, the Minimal API Level is Android 7.0 Nougat (API Level 24). You might also want to change Graphics APIs to OpenGLES3 only, but that is optional.

  • Go to Project/Audio and adjust certain items:

    • Check Disable Unity Audio if you don’t want your wallpaper to play sounds.

  • Go to UniLWP and change settings as you like. Please refer to Customize Look and Feel for options.

Build

Please refer to Export.