Learning UNITY (Kinetic Sequence): Two Friends Helping out Romeo


                This is my first time using Unity and I'm not gonna lie, it was pretty daunting at first but I think I got the hang of it. I was able to understand it more and I'm also glad it was a tiny bit similar to Processing when it comes to scripting. 

                I wanted to make a short wholesome story of two friends (blue spheres) helping out Romeo (red sphere) to make a move on Juliet (green sphere). When Romeo gives Juliet a kiss, a heart pops up behind them!


            I have 12 objects with rigidbodies and 3 collision scripts (small blue sphere hitting 1st capsule, last cylinder colliding with cube and when Romeo kisses Juliet). I played around with the rendering mode of the materials and added another directional light to have less shadows. I also customized the skybox in the camera's inspector. The heart object was downloaded from Tinkercad but I did not use a mesh collider for it since I don't think it was necessary for what I want it to do. The first blue sphere is triggered when "d" is pressed on the key board and the camera pans to where the mouse is located. 

            Here are the assets I used for this project:



            Script for CameraMovement:

    
                
       Script for Collide:

            Script for DominoCollide:

            Script for Team:

            Script for WingmanMovement:




Comments

Popular posts from this blog

Final Thoughts

What is happening