We’re planning to make a game where there are two buildings, the player’s and the enemy’s, and the goal is to destroy the opposing one by creating units.
The function in the game is to simply build units by tapping the buttons on the screen and automatically send them to the opposing building while the enemy is doing the same but at the same time the opposing units are fighting each other based on the attributes (ex. ATK, DEFENSE, SPD). Almost like the flash game “Age of War”
And I don’t fully grasp the basics of the Unity so I need a basis at least an asset that is close to what we need
What do you mean “help”? Do you have a question or looking for people to work on your project? If the later, you will need to post in the collaboration section of this site.
In our team there are four of us and I’m the lead programmer, for our next thesis we chose making a game instead so since we knew C#, Java, and SQL only I picked Unity.
And the problem is I don’t fully grasp the basics of the UNITY, so I’m asking at least a basis from an asset that is very close to what we achieve
This is a question that is probably best answered by getting to know Unity. You’re describing more of an idea rather than a concrete type of functionality.
For example if you want to know how to make a unit navigate a terrain, get to know NavMeshes.
But anyway, for a free asset maybe Survival Shooter to figure out how to get enemies around and about.