Skip to content

Commit 2d1fd02

Browse files
Merge pull request #2 from XPhyro/fix-readme
Fix minor errors in readme
2 parents 379b252 + 3f14807 commit 2d1fd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LowLevel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

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

1616
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.
1717

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

2020
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.
2121

0 commit comments

Comments
 (0)