Examples of various Unity 2D Physics components and features.
Перейти к файлу
Melvyn May 873d60529b Update the ReadMe 2024-09-14 09:22:20 +01:00
Assets Added SeeSaw miscellaneous example. 2020-04-12 11:57:17 +01:00
Packages Add Rider project support and ignore Rider files. 2020-03-05 11:20:05 +00:00
ProjectSettings Fix bad Switch Application ID. 2020-07-23 14:31:54 +01:00
.gitattributes 🎪 Added .gitattributes & .gitignore files 2017-03-04 11:39:48 +00:00
.gitignore Add Rider project support and ignore Rider files. 2020-03-05 11:20:05 +00:00
License.txt Add license file. 2017-07-05 18:24:29 +01:00
Readme.md Update the ReadMe 2024-09-14 09:22:20 +01:00

Readme.md

2D Physics Examples

This project contains multiple scenes that are designed to provide both examples of features as well as having the additional benefit that they can be used by Unity QA or developers who wish to test/verify that specific features are working.

A majority of the scenes rely on Unity Gizmos for presentation of Colliders, Joints, Contacts (etc) rather than renderers so please ensure that the "Gizmos" buttons are selected in both the "Scene" and "Game" views otherwise you may find you cannot see the content.

Game View

All the examples were designed with the Game window set to 16:9 Aspect. It is recommended that you change the Game window to this so that the Camera correctly displays the examples.

Branch Names

Each branch represents a specific version of Unity. As features are added in a public release, those features should be represented in that branch and future Unity version branches i.e. branch names of "2019", "2020", "2021" (etc) exist.

"master" represents the current latest alpha/beta version of Unity, updated only when new 2D physics features land in a public alpha/beta release. When the latest alpha/beta transitions into a final release, a branch of that Unity version name will be created and "master" will become the next alpha/beta release.

Twitter: https://twitter.com/melvmay Unity Forum: https://forum.unity.com/members/melvmay.287484/