73
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
''Keywords: self-reflection, mind-wandering, day-dreaming, randomness, dreamy, curiosity, playful'' | ''Keywords: self-reflection, mind-wandering, day-dreaming, randomness, dreamy, curiosity, playful'' | ||
== '''Research/Sketch''' == | == '''Research/Sketch''' == | ||
Line 37: | Line 37: | ||
[[File:Screen Shot 2020-06-15 at 10.49.47 PM.png|400px]] | [[File:Screen Shot 2020-06-15 at 10.49.47 PM.png|400px]] | ||
== '''Scripting ''' == | == '''Scripting ''' == | ||
Line 63: | Line 64: | ||
https://www.youtube.com/watch?v=D0lx90n0s-4 | https://www.youtube.com/watch?v=D0lx90n0s-4 | ||
'''Interaction Elements''' | '''Interaction Elements''' | ||
Line 68: | Line 70: | ||
In order to make this scene more dynamic and interactive, I tried to make some randomness and interaction. At first, I would like to make a random shapes creation system come from the sky. It would automatically create random colourful shapes and fall onto the terrain floor. When the FPS character came across with some objects in the terrain, there will be a scoring system sound effect and cumulative scores. | In order to make this scene more dynamic and interactive, I tried to make some randomness and interaction. At first, I would like to make a random shapes creation system come from the sky. It would automatically create random colourful shapes and fall onto the terrain floor. When the FPS character came across with some objects in the terrain, there will be a scoring system sound effect and cumulative scores. | ||
In order to function the scoring and sound collecting interactive system, I made several individual self- rotating torus on the terrain for the SFP player to collect. I hope I can fix this problem later on. | In order to function the scoring and sound collecting interactive system, I made several individual self- rotating torus on the terrain for the SFP player to collect. I hope I can fix this problem later on. | ||
The spawnobjects scene | |||
[[:File:spawnobjects.mp4]] | |||
[[File:spawnobject.png|400px]] | [[File:spawnobject.png|400px]] | ||
Line 79: | Line 84: | ||
== '''Problem I encountered''' == | == '''Problem I encountered''' == | ||
I failed to combined different scripts together. When I am making the random shapes generator from the sky. I used parent and child objects with C# for the Spawn-objects script. And then I did not manage to attached the scoring system scripts to the child objects. I tried several times but still not so successful. Maybe I need to understand the hierarchy system from the basic. | I failed to combined different scripts together. When I am making the random shapes generator from the sky. I used parent and child objects with C# for the Spawn-objects script. And then I did not manage to attached the scoring system scripts to the child objects. I tried several times but still not so successful. Maybe I need to understand the hierarchy system from the basic. | ||
== '''Reflection''' == | == '''Reflection''' == |
edits