A basic Augmented Reality shooter made with ARKit (and hence only useable with the iOS 11 beta).
For more details check out the associated tutorial.
- Xcode 9 Beta 2
- iOS 11 Beta 2
- A9 or better chip for ARWorldTrackingSessionConfiguration
Note: The app automatically detects if your device supports the ARWorldTrackingSessionConfiguration. If not, it will use the less immersive ARSessionConfiguration, which is to be supported by all devices. However, at the current time (Beta 2), ARSessionConfiguration is also only supported by devices with an A9 or better chip. See the release notes for details. This means you need an iPhone 6S or better to use ARKit at the current time.