Creating a terrain in Unity Pt.2

While creating the initial landscape of my terrain in Unity was fairly simple, the aspect of adding a script to an object was difficult. I wasn’t able to make the script work unfortunately.

My overall feelings on Unity is that I don’t like using it. In my personal opinion the way Unity is set up is very complicated for me. While I can do the simple things like creating a terrain with ease, connecting the objects within my terrain with scripts is to complicated for me to do.

Edit: 3/8/21

I recently tried fixing the script that I wanted to use but it still didn’t want to work. I first tried to use the code that was provided by the professor but it didn’t work initially. Then I tried to play around with how the game objects were tagged but it still didn’t work. I tried to look it up online but nothing I found helped as it changed the code itself.

While the script doesn’t work I have successfully created a terrain in Unity for the most part(The updated project is uploaded to Github: https://github.com/PDuran79/UnityProject1)