All Projects → PavelDoGreat → Unity Android Live Wallpaper

PavelDoGreat / Unity Android Live Wallpaper

Licence: mit
Run your Unity game as live wallpaper on Android

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Unity Android Live Wallpaper

Proceduralmesh
Simple procedural mesh generation for the Unity game engine
Stars: ✭ 129 (-6.52%)
Mutual labels:  unity
Unium
Automation for Unity games
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Dxr
DXR is a Unity package for rapid prototyping of immersive data visualizations in augmented, mixed, and virtual reality (AR, MR, VR) or XR for short.
Stars: ✭ 134 (-2.9%)
Mutual labels:  unity
Ruffles
Lightweight and fully managed reliable UDP library.
Stars: ✭ 131 (-5.07%)
Mutual labels:  unity
Parlour
A package of UI extensions, components and improvements for Unity's UI frameworks.
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Textureupdateexample
An example showing how to update textures from a native plugin in Unity.
Stars: ✭ 133 (-3.62%)
Mutual labels:  unity
Xnode
Unity Node Editor: Lets you view and edit node graphs inside Unity
Stars: ✭ 2,077 (+1405.07%)
Mutual labels:  unity
Beatsabercustomavatars
Allows the use of custom player models for body presence in Beat Saber.
Stars: ✭ 137 (-0.72%)
Mutual labels:  unity
Arkit Cardboard Vr
ARkit + GVR to make VR and Mixed Reality 6dof AR for iphone
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Unity Webxr Export
Develop and export WebXR experiences using Unity WebGL
Stars: ✭ 130 (-5.8%)
Mutual labels:  unity
Steamworks.net Example
Example project for Steamworks.NET
Stars: ✭ 130 (-5.8%)
Mutual labels:  unity
Customsrp
Many mini-custom-SRPs showing how to achieve different things when creating your own SRP. Only SRP Core package is needed.
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Steamworks.net
Steamworks wrapper for Unity / C#
Stars: ✭ 1,855 (+1244.2%)
Mutual labels:  unity
Unity Raymarching Framework
A framework to easy implement raymarching in unity. Include lots of hash,noise,fbm,SDF,rotate functions
Stars: ✭ 129 (-6.52%)
Mutual labels:  unity
Ml Agents
Unity Machine Learning Agents Toolkit
Stars: ✭ 12,134 (+8692.75%)
Mutual labels:  unity
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (-6.52%)
Mutual labels:  unity
Retrosuite3d
Some image effects and shaders to achieve a retro look in Unity
Stars: ✭ 132 (-4.35%)
Mutual labels:  unity
Unitylauncher
Unity Version Launcher
Stars: ✭ 137 (-0.72%)
Mutual labels:  unity
Eazy Sound Manager
Eazy Sound Manager is a simple Unity3D tool which aims to make sound and music management in games easier
Stars: ✭ 135 (-2.17%)
Mutual labels:  unity
Pencilsketcheffect
Real Time Hatching In Unity
Stars: ✭ 134 (-2.9%)
Mutual labels:  unity

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].