Skip to content

Fix minor errors in readme #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LowLevel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains test projects, examples and a test package for use with the LowLevel 2D Physics features in Unity.

To use the low-level features, you will require Unity 6000.0.3a5 or beyond.
To use the low-level features, you will require Unity 6000.3.0a5 or beyond.

---
Acknowledgement and thanks is made to Erin Catto, the creator of Box2D v3, from which significant portions of this "Sandbox" project is based upon.
Expand All @@ -15,7 +15,7 @@ https://github.com/erincatto/box2d

This repository contains examples that can be built to a player. To run, load the main "Sandbox" scene and press "Play". Alternately, build to a player and run.

Each sample can be found in "Assets/Scenes/<Category>/<SampleName>" and all share the same configuration.
Each sample can be found in `Assets/Scenes/<Category>/<SampleName>` and all share the same configuration.

In each sample there is at least a single ".cs" file containing all the sample code. There's also a ".unity" scene and finally a ".uxml" for the sample UI.

Expand Down