How can i create an animated desktop background from a unity scene?

I created an animation that i really like on unity, how can i use it as a dynamic desktop wallpaper?

the question isn't specific to unity... it more about screen recorders

Just use a screen recorder like Bandicam... then test play and record your animation and set it as your Animated Desktop...

1 Answer

1

There are two ways of doing it, Using windows dream scenes you can put videos on desktop background.

Also you can write a program in windows that reads the DC content of the unity window and then finds and gets the DC of the desktop and copy bitblt the content of the unity’s DC to the desktop one.

The advantage of the second approach is that you can have an interactive app that responds to events as well.

is there any tutorials that show you how to? thanks, bye