Daily Archives: September 3, 2017

Interacting with tools and changing stats

 Messaging
In order to dictate when the intractable objects should activate its animations and other functions, i used the built in messaging system in unity. This is used to send a command to use a certain function within another script. This is an easy way to control a small amount of functions on a global scale.
Shower
The shower is composed by a collision box, a particle effect and a static 3D model. The whole system starts when the player touches the screen […]

/ Comments Off on Interacting with tools and changing stats
Program: Programming

Interacting with tools and changing stats

 Messaging
In order to dictate when the intractable objects should activate its animations and other functions, i used the built in messaging system in unity. This is used to send a command to use a certain function within another script. This is an easy way to control a small amount of functions on a global scale.
Shower
The shower is composed by a collision box, a particle effect and a static 3D model. The whole system starts when the player touches the screen […]

/ Comments Off on Interacting with tools and changing stats
Program: Programming

Eating

Eating
We now have a way to throw food to the critter by the use of the touchscreen. In this game you are supposed to care for your critter and raise it as you wish it to become in its adult stage. To do this you are suppose to treat it well (or not so well) in order to get the wished result. Here i was assigned to create a system that firstly keeps track of the amount of different food […]

/ Comments Off on Eating
Program: Programming

Eating

Eating
We now have a way to throw food to the critter by the use of the touchscreen. In this game you are supposed to care for your critter and raise it as you wish it to become in its adult stage. To do this you are suppose to treat it well (or not so well) in order to get the wished result. Here i was assigned to create a system that firstly keeps track of the amount of different food […]

/ Comments Off on Eating
Program: Programming

Interacting with tools and changing stats

 Messaging
In order to dictate when the intractable objects should activate its animations and other functions, i used the built in messaging system in unity. This is used to send a command to use a certain function within another script. This is an easy way to control a small amount of functions on a global scale.
Shower
The shower is composed by a collision box, a particle effect and a static 3D model. The whole system starts when the player touches the screen […]

/ Comments Off on Interacting with tools and changing stats
Program: Uncategorized

Interacting with tools and changing stats

 Messaging
In order to dictate when the intractable objects should activate its animations and other functions, i used the built in messaging system in unity. This is used to send a command to use a certain function within another script. This is an easy way to control a small amount of functions on a global scale.
Shower
The shower is composed by a collision box, a particle effect and a static 3D model. The whole system starts when the player touches the screen […]

/ Comments Off on Interacting with tools and changing stats
Program: Uncategorized

Movement

With the use of the previous posts function, the touching of the screen. I continued to create some form of movement for the critter. When you touch the screen so that the created ray collides with the floor of the map, i save the point of collision as a coordinate. This coordinate is then sent to the critter to be evaluated. The critter receives a value for an X, Y and Z coordinate, with these the critter knows where the […]

/ Comments Off on Movement
Program: Programming

Movement

With the use of the previous posts function, the touching of the screen. I continued to create some form of movement for the critter. When you touch the screen so that the created ray collides with the floor of the map, i save the point of collision as a coordinate. This coordinate is then sent to the critter to be evaluated. The critter receives a value for an X, Y and Z coordinate, with these the critter knows where the […]

/ Comments Off on Movement
Program: Programming