Update 42

From UnderWiki
Jump to navigation Jump to search

Testing Unity 5.0[edit]

May 1 2015

Over the last month or so we have been working hard on analyzing our engine options for use in Underworld Ascendant. One engine we have been checking out is Unity 5.0. Here’s Chris to let us know what engineers Jeff and will, and lead designer Tim, have discovered.

Preproduction in Unity 5.0[edit]

After the Kickstarter we spent a couple of weeks putting Unity 5.0 through its paces. Partly to see what was new, what was updated and what looked better. Most importantly though, to discover if Unity will do what we need it to. Underworld Ascendant will be a very systems heavy game. Our design philosophy is about building a game with real world systems under the hood to bring common sense expectations to the player. The goal is to give players new and interesting ways to interact with our world, and the engine we use to make this game needs to support all of this.

Here’s a little video of me walking through the demo level we built in Unity 5.0:

First, let’s talk about the textures. Textures? Isn’t that a bit mundane? I’ve been in the industry for about 15 years now and started with 256 color pixelated awesome bitmaps.

Update DoomTextures.jpg

A bunch of textures from Doom

They still look pretty awesome.

Now, these new PBR or Physically Based Rendering Textures…wow. This technology is a game changer. When I used to be a level designer if I wanted to do panels on top of a wall, it was a pain. Extra geometry, decals all sorts of way around it. Now, I just put this texture down and adjust some settings for depth, reflection and some other stuff. Doesn’t look like a flat surface does it?

Update PhysicallyBasedRenderingTextures.png

Actual textures used in our Unity 5.0 Underworld Ascendant demo

So what is going on here? Well I’ll quote Jeff Russell: “Much of what makes a physically-based shading system different from its predecessors is a more detailed reasoning about the behavior of light and surfaces. Shading capabilities have advanced enough that some of the old approximations can now be safely discarded, and with them some of the old means of producing art.” So think of this a more scientific way of dealing with surfaces in 3d art. A marriage of Artist and Engineer.

If you want to read more I suggest you real Jeff’s basic article on the subject here: http://www.marmoset.co/toolbag/learn/pbr-theory

As an Indy team that cannot afford a 100 person art team, this technology if used correctly will allow us to have a look that can compete with AAA titles. Every time I personally mess with this I see 100 new possibilities.

While I was drooling over the new texture technology, Tim continued his experimentation with physics traps. Pendulums, spinney gear and spring traps, evil saw blade traps, a swinging door, some moving beams traps, shooting object traps, wall spikes. Jeff then added a simple damage model, and Will placed them in the world for us to play around with.

What was stunning from a producer’s point of view is how quickly these were generated, and populated. No time spent on connecting scripting for each trap, dealing with triggers, setting up rigid controls. Self-contained physical traps that react to other physics. Impressive. And really the core of that system is now done. Now the designers can expand out from that basic model and move on to more interesting interactions with the traps and physical world, and building a better deathtrap…I think I’ll apologize to you ahead of time.

Another piece of physics that Will messed around with was ropes. Part of what we want in our game is motion. Lots of motion. Part parkour, part Indiana Jones. So, rope swinging, platforms hanging by ropes and chains, rope bridges. All swing, all can be interacted with, and of course, set on fire.

There is a development rule I’ll share with you. Everything is better on fire. Hence why Jeff spent some time researching fire.

Lastly, we played around a little with Unity 5.0’s flagship feature: lighting. There are two strong parts to Unity 5.0s lighting features, but we really only looked into one at this time. Unity 5.0s Global Lighting model, which in a nutshell has light reflect off a surface but it then picks up some of the properties of that surface, wasn’t something we could dive into at this juncture, but it’s really cool so I want to tell you about it. Think of when you are wearing a bright red shirt and walk near a white wall. You would notice some of the red reflected from your shirt to the wall. Unity can do this naturally now, but that kind of reflection in real time is going to take some serious research by the artists to make look good and not gimmicky or frankly a jumbled mess.

What we did focus on is Real Time lighting. The whole test level that you saw in the video is lit by lights in the world, torches, braziers exc. No baked in lighting model, no hidden light sources. I’m very happy to see that textured lighting is back in Unity. I spent my whole level creating Quake 2 days using nothing but texture lights. I’m glad they are back as a serious feature. For example a torch as a light source will look roughly orange and red with some white. If you tell that texture to be a light it will have all those color properties. For our purposes in the Underworld this will really help the ‘underground’ feel of the game.

So far what we have played with in Unity 5.0 is very promising. The engine is leaps and bounds ahead of 4.6. There are a few things I’d like to behave better, but they are not mission critical systems more like nice to have things. Between development preproduction and working out the backstory and fiction, everything is humming along very nicely!

That’s all for now.

Producer Chris

Other Stuff[edit]

Update BackerKit.png

Here’s yet another reminder for everyone to fill out their Backerkit surveys! So far 92% of you have successfully done so, which is great, but that number is unchanged from last week. We need those last few holdouts to take a few minutes to finish the survey and help ensure everyone is ready to receive all their backer rewards.

If you haven’t gotten your survey via email, then please check your spam filters. It is likely stuck in there someplace. If not, please don’t hesitate to contact us directly at support@otherside-e.com.

Underworld Ascendant-Player Characters.jpg

Our new poll on character classes has been up for only a week, but we are already starting to see some trends in the numbers. For one thing, it seems most people prefer to play a Thief type character, with Wizards and Multi-Class characters coming in a fairly close second. Does this align with how you plan to design your first Underworld Ascendant character? Head over to the forums and let us know!

The OtherSide Team

External Links[edit]