Skip to content

Commit 7432bf6

Browse files
author
Thorsten Bux
committed
Updated documentation
1 parent 143903c commit 7432bf6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

6_Unity/unity_about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ You do not need to do a single line of scripting to begin working with ARToolKit
1313
##Requirements
1414

1515
- A webcam or other video source supported by ARToolKit.
16-
- Unity Pro v3.5.2f2 or later, for Mac OS X or Windows (development platform).
17-
- If deploying to Android, Unity Pro for Android.
18-
- If deploying to iOS, Unity Pro for iOS plus Apple's Xcode v4.2 or later.
16+
- Unity v5.0 or later (tested with 5.2.3 and 5.3.4), for Mac OS X or Windows (development platform). Personal edition is sufficient.
17+
- If deploying for Android: Android build support to build a Unity app for the Android platform.
18+
- If deploying for iOS: iOS build support to build a Unity app for the iOS platform plus Apple's Xcode v4.2 or later.
1919

2020
##Index
2121

6_Unity/unity_scripts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The ARTrackedObject generates the following events using Unity's SendMessage com
4444

4545
- void OnMarkerLost(ARMarker marker)
4646
- void OnMarkerFound(ARMarker marker)
47+
- void OnMarkerTracked(ARMarker marker)
4748

4849
## AROrigin
4950
Represents the center of the ARToolKit world and is the root of the scene. Normally can be placed at {0, 0, 0}, but you may move it elsewhere, if you wish. The ARCamera and every ARTrackedObject should be children to this object. This allows for a few benefits:

0 commit comments

Comments
 (0)