2016-06-28
2016-06-27
2016-06-22
After learning C# and Unity, I decided that I needed to start working on the actual design of the maze, given the fact that I might not be able to let my character walk on the Mobius Strip or Klein Bottle after all. I should start some alternatives. Thus I started to learn how to generate maze and how to combine the maze with FPC.
What I did today?
- Learned how to generate maze
- Designed some mazes
- Combined maze with FPC
What I plan to do next week?
- Write the code!!!
- Design mazes
References
2016-06-20
Same as yesterday, I continued to learn Unity and C#. Today I tried various products on Unity and I learned C# by following tutorials.
What I did today?
- Tried several Unity games.
- Learned C#
- Continued learning “Space Shooter”
What I plan to do next week?
- Continue to learn Unity and C#
References
2016-06-15
Same as yesterday, I continued to learn Unity and C#. Today I tried various products on Unity and I learned C# by following tutorials.
What I did today?
- Tried several Unity games.
- Learned C#
What I plan to do next week?
- Continue to learn Unity and C#
References
2016-06-14
Same as yesterday, I continued to learn Unity and C#. Today I learned “Space Shooter”.
What I did today?
- Learned “Space Shooter”
What I plan to do tomorrow?
- Continue to learn Unity and C#
References
2016-06-13
I tried the Raycast reference online, but it was pretty hard to study, so I decided that I should learn C# and Unity from the very beginning. Thus I followed the tutorial of “Roll A Ball” on Unity site.
What I did today?
- Tried Raycast
- Learned “Roll A Ball”
What I plan to do tomorrow?
- Continue to learn Unity and C#
References
2016-06-10
Sorry I forgot to post yesterday!
Yesterday I managed to let the FPC and the FG work together, and I successfully let the FPC work on terrain. However I could not let the FPC work on my Klein Bottle. I searched online, and found some possible solutions like raycast, but the code was beyond my understanding. So I turned to work on Maya, which I found very interesting to work on.
What I did today?
- Combined FPC and FG together on the planet.
- Combined FPC on terrain, and FPC would not pass through terrain hills!
- Learned basics of Maya
What I plan to do next week?
- Learn raycast and test on the Klein Bottle.
References