I have no idea. If it handles skyboxes like standard game engines it probably does, may need to change the order of the images but to be honest I would guess no.
Big Monk Games
Creator of
Recent community posts
Cleaned up a lot of stuff to make it more efficient but have a ways to go. The ragdolling system is using two separate decision trees to decide what pool of ragdolls to choose from. Right now it just randomly grabs one so that is why you see ragdolls ripped in half and such and not burning dead lol. It will get there. More boring stuff is we use a pooling system to get the flame particle object and enable and disable it as needed instead of instantiating.
Just a quick look while in Engine mode. More work has been done but not clean yet. Will be doing a pooling system for weapon cycling so won't be constantly instantiating and destroying. The flame now follows mouse input rather than being locked to the stationary weapon parent rotation. This is a low res version. Hopefully will put out a version on an executable version this weekend.
I looked this to get a little background on what you are saying. I can see where you may have gotten the correlation https://www.youtube.com/watch?v=YFo0QD6rRfM . Buenos Aires in our case is a nod to the attack on Buenos Aires in Starship Troopers movie https://www.youtube.com/watch?v=NrzrnMtgP2A
The government in our case is a Left wing extremist dictatorship rather than Right wing extremist dictatorship. It's Socialism combined with Crony Capitalism where Free Market does not exist and is demonized.
Sorry to reply so late. No it is not. It is basically using the classic dystopian sci-fi model with a Statist government and applying current political undertones that are going on in the US and throughout the world. Inspiration comes from Aliens, Starship Troopers, Running Man, and Terminator. Not actually familiar with the title but now I am very interested in looking more into it.
Shooting soldiers with a crossbow which will likely just be turned into a "Bolt Gun" The Crossbow idea seems a little archaic for being futuristic dystopian. WIP. Fire Rate and model needs to be adjusted. #madewithunity
Nothing too fancy but its important nonetheless. Since the Inventory system is 90% completely functional I'm working on stuff like this. The second weapon has no function right now so its really just swapping models and mounts right here. I'm Destroying and Instantiating right now but will probably convert it to a pooling system so the Unity Garbage collector isn't working overtime.
So i'm able to import .bvh files, modify them in Unity and export them back out? The biggest problem I have with BVH files is that in order for them to easily retarget the skeleton to use the BVH file it needs to be in a t-pose at frame 0. I use Lightwave and NevronMotion. Would this be something that would aid me in modifying the BVH so I could set the pose to t-pose at frame 0 for BVH files I purchase? Do you have Video tutorials for using your tool? Thanks.