This is an AR multiuser game based on ARKit 2 and Multipeerconnectivity.
It allow users to controll the characters to interact with.
Also see a simplified version here
- Two iOS 12 devices in the same Wi-Fi
- Xcode 10
- CocoaPods
$ sudo gem install cocoapods
- SnapKit
$ cd Tom_and_Jerry-master
$ pod install
The better you match the AR worldmap, the better lighting shadow you will get
open "Tom_Jerry.xcworkspace"
-
Find and scan the ground plane
-
Wait for the ARKit status label to show "Maped"
DO NOT ADD GAME OBJECT FOR NOW
-
Find and scan the same ground plane
-
Wait for the ARKit status label to show "Maped" on the second device
- Game objects will be placed on the center of the yellow Four Square
- Don't place objects too close when beginning
- Multiuser
- Lighting in SceneKit
- Joystick
- Animation in SceneKit with Mixamo
- Shawn Ma - portfolio
- Yiyao Nie