TechAssembly / ruven

Game for the Github Game Off 2018 - Themed HYBRID!
7 stars 4 forks source link

Restructure client side #17

Closed dviryamin closed 5 years ago

dviryamin commented 5 years ago

I'm new to unity but the client side project looks little messy(I'm talking about project folder structure). Can anyone that understand it make it more friendly so newbies can contribute there? If the structure is good then maybe short explanation will help.

gioragutt commented 5 years ago

Basically all of the actual code sits in Assets/Scripts, this is where everything we write sits.

dviryamin commented 5 years ago

OK thanks.