Getting into Unity

Trying Unity3/12/18 Getting into Unity Launch

Overview

“Unity, originally launched in 2005 as a game engine for creating interactive media, typically video games. Recently however, designers and artists are beginning to realize that game engines can be successfully used for non-game applications; architects can easily prototype ideas, artists can create interactive art installations, or researchers can use them for data visualization.

Using Unity create a dynamic environment that the user interacts with through a series of triggered events, both visual and aural.”

Useful link tutorial to learn Unity essentials: https://www.lynda.com/search?q=Craig+barr+unity

Trying Unity

Screen Shot 2018-12-03 at 14.52.01.png

Screen Shot 2018-12-03 at 14.54.21.png

Screen Shot 2018-12-03 at 14.58.53.png

 

 

 

Screen Shot 2018-12-03 at 15.19.33.png

Screen Shot 2018-12-03 at 15.33.00.png

I’m really enjoying just experimenting with the different components shapes and textures. I’m already starting to think about what I want to create.

Screen Shot 2018-12-03 at 16.17.35.png


Ideas and Research

I am considering researching and re-creating a landfill with a twist. I want to look at how much rubbish is wasted for no reason. I am inspired by a little shop down my old street where I used to live which gathered furniture from landfills and gives it a new purpose and a layer of paint making it new and cool. Recently, a new recycling policy is being introduced in Scotland to help with the very worrying recycling statistics. My landscape would represent something of a fantasy dream landfill filled with furniture and life.

Right now Landfills in the UK look something like this:

Screen Shot 2018-12-03 at 15.35.34.png

Screen Shot 2018-12-03 at 16.53.32.png


https://unity3d.com/learn/tutorials/topics/multiplayer-networking/creating-player-movement-single-player

using UnityEngine;

public class PlayerController : MonoBehaviour
{
void Update()
{
var x = Input.GetAxis(“Horizontal”) * Time.deltaTime * 150.0f;
var z = Input.GetAxis(“Vertical”) * Time.deltaTime * 3.0f;

transform.Rotate(0, x, 0);
transform.Translate(0, 0, z);
}
}


Research and Inspiration

Screen Shot 2018-12-07 at 15.05.05.png

https://www.facebook.com/uphub.org/

Some posts from the shop’s Facebook page. They use furniture from the landfill and intend on up cycling them and making them new and usable again by using electronics, paint and decorations. They give forgotten items new purpose and use.

Screen Shot 2018-12-07 at 15.06.48

Screen Shot 2018-12-07 at 15.07.24

Another inspiration for this project is a new recycling scheme being put in place in the town I live in. I currently have 4 bins in my kitchen to properly recycle. Along with the new bin we received a booklet with information about landfills and recycling in Renfrewshire and about how much improvement it could use and how much money could be saved.

Here is a link to more information about recycling in Renfrewshire and the new bins: http://renfrewshire.gov.uk/mybins

47571914_274559939905963_3929270265472614400_n48053470_519818945186320_8684857990626410496_n

Looking at objects which could make the first realistic as it is now landfill before I start my landscape since it will be dumped objects.

Screen Shot 2018-12-07 at 14.54.34.png

Screen Shot 2018-12-07 at 15.29.57.png

A small scale trial of the landfill to see the objects available. I really like the objects and I think with time I could create the look I’m hoping to achieve which is an overwhelmingly unpleasant environment that you feel like you quickly want to leave.

Screen Shot 2018-12-07 at 15.38.46.png

Camera view will be set inside the forklift so the viewer can attempt to get through the enormous pile of stuff that keeps coming from the ‘sky’ giving an overwhelming feeling to the viewer.

Wall-E.png

Wall-e is a bit of an inspiration for this camera-view concept.

packshot-ccecdf7f378dc17865a99255f7220054.jpg

Paul also showed me this game where the player is gathering things as they roll ending up a pile of junk.


Workshop 02 with Kenny

 

 

 

unityanimation.gif

bedsandlaptops.gif

Paul helped me to make the code work ,this is a screen recording right after we figured it out. Now I will work on aesthetic, choosing which items to use, whether I want to create another scene.

 

 

 

Working with adding personalised assets to create desired prefabs. I’m also playing with the lights using spotlights at different angles and different colours.

 

 

 

 

 

trashzoom.gif


Scene 2 – Fantasy landfill

I am hoping to create a fantasy landfill I have imagined. Instead of unusable heaps of trash that currently occupy the landfills I want to make something inspired by Ikea where there are sections you can pick up old used and refurbished furniture from in the lay out of furniture store. The space would be organised for trash with recycling bins and a big compost pile that gardeners could come and take from. Basically, it is a happy place which currently doesn’t exist, this is my imagined solution to the landfill and waste problem.

One of my inspirations is a show on Netflix I have been watching called ‘Great Interior Design Challenge’ where amateur interior designers are given a space to redecorate and design based on a given theme. This show has taught me about atmosphere in certain rooms and some old fashioned interior design themes. However, most of all I am taking away the fact anyone can decorate their home if they just try.

There’s a challenged on the show where the designers are given a random object, or several old objects, to upcycle and give a new purpose which is exactly what can be done with most furniture and big items left at the landfills. Which is why I imagine landfills to be accessible and a place for people to go and be creative.

I find it funny how I am using Ikea as inspiration since these little shops which remake furniture stand against companies which mass produce furniture which is later disregarded, however Ikea is my reference to how these shops could be in the future however rather than viewing a setup scene and taking stock from a warehouse downstairs the ‘customers’ could just pick up individual items from the landfills.

Screen Shot 2018-12-13 at 14.44.44.png

De Stijl

mainimage.jpg

Screen Shot 2018-12-13 at 15.34.16

Right now I’m playing with setting the atmosphere and making both the scenes contrast. Below are some in process screenshots of the scenes.

My finals contain a trigger which lets you escape the scene by jumping into the unknown which triggers a plane which then transports you to the next scene. Since the first scene is the realistic landfill of today the whole point of the trigger is you trying to escape the inevitable and the current present by jumping into the unknown which is actually a fantasy abstract solution to our current waste problem on earth.

I asked Charlotte come take a look at the work since she didn’t know anything about my project she instantly wanted to jump off the edge which made me happy since that was the trigger and in the second scene she said she suspected it might be about recycling which was also accurate.


Final thoughts

My intention for this project is to create an immersive environment which portrays the current problem we face with recycling and waste which results in trashing the world and killing animals in oceans. By creating the first landfill scene I have made something which portrays a hopelessness as the only way off the plane is to jump and that jump moves to the second scene which an abstract fantasy child-like solution I have come up with to solve our current problems.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s