Unity3D TATE test
-
n0rtygames
- Posts: 1001
- Joined: Thu Mar 15, 2012 11:46 pm
- Contact:
Unity3D TATE test
So er... basically - I had a theory a while back.
It worked.
http://www.n0rty.com/tatetest.zip
WSAD to scale viewport, TGFH to move it, 1,2,3 to flip rotation.
Have fun, there's not much game to it. You just reset if you get hit. There's no optimisation - so it'll probably run like something horrible on lower end machines. I have no idea. I basically just wanted to do tate hacks in Unity3D because I was bored.
It worked.
http://www.n0rty.com/tatetest.zip
WSAD to scale viewport, TGFH to move it, 1,2,3 to flip rotation.
Have fun, there's not much game to it. You just reset if you get hit. There's no optimisation - so it'll probably run like something horrible on lower end machines. I have no idea. I basically just wanted to do tate hacks in Unity3D because I was bored.
facebook: Facebook
-
BPzeBanshee
- Posts: 4859
- Joined: Sun Feb 08, 2009 3:59 am
Re: Unity3D TATE test
Nice! It's good to know it's even possible with Unity. Will put your unoptimised crap to the test. 
EDIT: No kidding about unoptimised. I'm running an i3 and it slowed down a second in. What kind of Unity crap makes things THAT slow I wonder?

EDIT: No kidding about unoptimised. I'm running an i3 and it slowed down a second in. What kind of Unity crap makes things THAT slow I wonder?
-
n0rtygames
- Posts: 1001
- Joined: Thu Mar 15, 2012 11:46 pm
- Contact:
Re: Unity3D TATE test
facebook: Facebook
-
n0rtygames
- Posts: 1001
- Joined: Thu Mar 15, 2012 11:46 pm
- Contact:
Re: Unity3D TATE test
Took a break from the patch which was pretty much making me go potty.
So did this instead.
http://www.youtube.com/watch?v=28w07NPsxVU
Read vid description..
So did this instead.
http://www.youtube.com/watch?v=28w07NPsxVU
Read vid description..

facebook: Facebook
-
nasty_wolverine
- Posts: 1371
- Joined: Sun Oct 09, 2011 11:44 pm
Re: Unity3D TATE test
you know what, I thought of writing a guide on how to tate just because so many of my friends freak seeing my monitor sideways...Tate. Because you just should
And so many reviews complaining that why should have to turn your monitor side ways...
Elysian Door - Naraka (my WIP PC STG) in development hell for the moment
Re: Unity3D TATE test
Nice work, man!n0rtygames wrote:Took a break from the patch which was pretty much making me go potty.
So did this instead.
http://www.youtube.com/watch?v=28w07NPsxVU
Read vid description..

RegalSin wrote:Street Fighters. We need to aviod them when we activate time accellerator.
Re: Unity3D TATE test
Since it looks so freaking confusing in the videos... couldn't you just set the camera to render into a render target that has the size of the actual gameplay area, then run a post process shader that reads the render target texture and side-bar graphics and draws the actual screen? Or simply draw each as a large sprite-quad? Or is Unity post-processing super-limited?
That way tate would be a matter of rotating/scaling the sprite, and maybe increasing the RT size (if you want to draw at higher res in tate).
That way tate would be a matter of rotating/scaling the sprite, and maybe increasing the RT size (if you want to draw at higher res in tate).
-
n0rtygames
- Posts: 1001
- Joined: Thu Mar 15, 2012 11:46 pm
- Contact:
Re: Unity3D TATE test
I could do that, but that requires dicking about with view frustrum ratios and I actually use multiple cameras - perspective cameras mixed in with orthographic ones. They are being rendered to a render target.mystran wrote:Since it looks so freaking confusing in the videos... couldn't you just set the camera to render into a render target that has the size of the actual gameplay area, then run a post process shader that reads the render target texture and side-bar graphics and draws the actual screen? Or simply draw each as a large sprite-quad? Or is Unity post-processing super-limited?
That way tate would be a matter of rotating/scaling the sprite, and maybe increasing the RT size (if you want to draw at higher res in tate).
This actually would have been simpler, but... not as ridiculously over-engineered and cool.
*hides in shame*
facebook: Facebook
Re: Unity3D TATE test
OT, but have you considered a PC port of Chronoblast? I'd like to try it, but don't want to buy x360 just for XBLA and modern console games just don't interest me the slightest bit.
-
n0rtygames
- Posts: 1001
- Joined: Thu Mar 15, 2012 11:46 pm
- Contact:
Re: Unity3D TATE test
So, it turns out that actually - I can layer multiple depth based cameras on top of each other and have them project to the same render target. I basically thought Unity was a bit spastic in this regard and it turns out my assumption was incorrect.mystran wrote:Since it looks so freaking confusing in the videos... couldn't you just set the camera to render into a render target that has the size of the actual gameplay area, then run a post process shader that reads the render target texture and side-bar graphics and draws the actual screen? Or simply draw each as a large sprite-quad? Or is Unity post-processing super-limited?
That way tate would be a matter of rotating/scaling the sprite, and maybe increasing the RT size (if you want to draw at higher res in tate).
Now doing this in a far less convoluted fashion...


facebook: Facebook
Re: Unity3D TATE test
This is your game on Unity. D: