Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.3 KB

Unity Physics 🍎

License

📖 About

This project is a collection of simples C# scripts and Unity scenes to apply the knowledges of the discipline of Physics Applied to Digital Games, aiming to build common physics elements of the Unity from scratch, like colliders, spring, movement, ...

🧱 This project was built with:

🏃‍♂️ Installing and Running

  1. Clone this repository git clone https://github.com/coetus-jd/unity-physics.git
  2. Open unity-physics folder with Unity and be happy 😄.

♻️ Contribute

  1. Fork this repository
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: My new feature'
  4. Push your branch: git push origin my-feature

📃 License

This project is under the GPL-3.0 license. Take a look at the LICENSE file for more details.