GitHub Unity Scene Example
GitHub Unity Scene Example: https://github.com/maxstdev/MaxstARSDK_Unity_Sample.git
We provide the examples of Unity Scenes at Github for Unity beginners. You can find the examples of Scenes at Assets > ExtraSample > Scenes.
ExtraImageTrackerKnight
Example: How to augment a 3D model(Knight) in ImageTracker.
ExtraImageTrackerMultiTarget
Example: How to augment 3D models on multiple target images in ImageTracker.
ExtraInstantTrackerBrush
Example: How to draw a line at the detected planar surface in InstantTracker.
We used TrackerManager.GetInstance().GetWorldPositionFromScreenCoordinate().
ExtraInstantTrackerGrid
Example: How to augment a grid with content in InstantTracker.
ExtraInstantTrackerMultiContents
Example: How to augment multiple contents in InstantTracker.
You can augment 3 different sizes or shapes of content at various locations. You can set the each content's location by touching/clicking 1, 2, or 3 in the top right corner.
We used TrackerManager.GetInstance().GetWorldPositionFromScreenCoordinate().
ExtraVisualSLAMBrush
Example: How to draw a line at the learned map environment in VisualSLAM.
We used Camera Anchor world position.
ExtraVisualSLAMKnight
Example: How to augment a 3D model(Knight) at learned map environment in VisualSLAM.