- Aug 28, 2018
- 1,217
- 778
I've got a little game that I'm working on, not big or important enough for me to pay someone else for artwork, but I still want to have something visually pleasing when the character gets to have sex. So I was thinking I'd drop in some short video clips of real porn, which is something I already have a pretty extensive collection of. I have one collection that's mostly mp4, then I converted some of those and some new ones to webm (for a HTML game I'm trying to mod). Would one of those file formats work better than the other in a Unity game? I did the conversions to webm because that was the only thing that worked for the HTML game (and I was just building on what was already there, or else I never would've picked that engine), but I'm guessing Unity isn't so restrictive. What I'm hoping to do is have a function where each time a specific type of scene is triggered, it'll select a random clip from a specified folder (meaning that I or whoever else might play the game could just add or subtract any clips that suit one's interest at the moment, without needing to manually import each one into the game). Does anyone know whether one particular file type would work better than another for that?
While you're reading this, I wouldn't mind some general advice about how to set up the programming for the videos as well. I've played around in Unity a lot, but never really bothered much with multimedia. There was one time when I tried to do a similar thing with porn clips, and the best I could figure out was getting it to show up as the background for the whole screen. I figured I'd just google for tutorials, but if anyone has any good resources on the subject close at hand, feel free to share them.
While you're reading this, I wouldn't mind some general advice about how to set up the programming for the videos as well. I've played around in Unity a lot, but never really bothered much with multimedia. There was one time when I tried to do a similar thing with porn clips, and the best I could figure out was getting it to show up as the background for the whole screen. I figured I'd just google for tutorials, but if anyone has any good resources on the subject close at hand, feel free to share them.