Skip to main content

Posts

Showing posts with the label animating

Cure - Dying Polygons

Today was spent trying to work out how to make a face try black then fall off of my character as she was moving. In prior tests, this was easy as she was just a static model but with a rig in her and animation it complicates things in Unity. After a lot of trial and error my best method that I can (hopefully) repeat for other polygons is as follows: I need to duplicate the model as a whole with the input graph, then delete every face that isn't the one 'dying'. Duplicating with the input graph keeps the rig and animation intact. This polygon also has to be slightly pulled away from the mesh so that it doesn't intersect and cause strange rendering glitches. Keeping this individual face means that I can animate it on its own in Unity. I animate the alpha channel from 0 - 1. Going from transparent to opaque. This is set from 0-60 frames (2 seconds) I then need to have another duplicate of the face with no history. This polygon then has no rig, or an...

Cure - Animating and Post-Processing

A few quick updates on Cure. I started animating this week and I'll admit, it's something I've been neglecting so it's time to really push myself and get this done. I whipped up a quick walk cycle and then spent a while tweaking it up I could never get it to look right so I took it in to speak to Brendan. Spending an hour or so with a professional animator was more helpful than days of YouTube tutorials! I still need to look at how the animation is going to be stylised to fit into the environment so I want to pull together a few animations and bring them into Unity before testing different styles. I also updated my post-processing in Unity. Unity have only released version 1 of the Post-Processing Stack, however, there is a version 2 available on GitHub as a free download that gives me many more options in regards to layering different effects, in particular, this means I can have different depth of fields for each shot and I can animate between them! With this s...

Cure - Updates

The last couple of weeks have been a bit weird, I've been trying out lots of different things both in 3D modelling for my character as well as in Unity to see how the film may look. I've also looked back on my storyboards and know where I need to tweak things to make the film work. I wasn't entirely happy with the character design and as Sang said, it needs to have good topology, especially in the face, as everything will be visible in the low poly style. So I took a head I had sculpted and retopoed in 3D Coat as a base: I also changed the body to make it simpler as well as changing the device on her arm to be more fragmented. At the same time I was doing regular testing in Unity to see how the character is going to work in real time as well as how certain parts of the animation was going to look. I wanted to have a play about with how the character might look, knowing that I have a fractured and abstract environment, I feel like there is a lot of room to ...