As written in the title, I'm trying to create an android live wallpaper using unity3d. Unfortunately, I can't find any information on how to do that.
Asked
Active
Viewed 4,807 times
5
-
[pls help](https://stackoverflow.com/questions/63709936/how-exactly-do-i-render-metal-on-a-background-thread) – Sep 02 '20 at 17:06
1 Answers
16
After doing a lot of research, trials and errors, I finally managed to make it work. For those who are interested in running or trying to create Android live wallpapers on Unity3D I created a GitHub Unity3dAndroidLiveWallpaper project that you can use as a base for your own projects. I only tested this project on Unity 2018.3.5f1, but any versions above 2018.3 should work, because since that version Unity allows you to add .java files into your Unity project and they are compiled when you build an Android player. Because of that Android Studio is not required to compile this project.

abirpahlwan
- 42
- 9

Hamid Yusifli
- 9,688
- 2
- 24
- 48
-
1The sample project link leads to a GitHub profile, not a repo, and I cannot find the repo on the profile. – menney Mar 28 '22 at 00:57