ZED Unity Scripts
===
ALL These Scripts are available with Zed Unity Plugn and Read Below Link
[**VERY IMPORTANT LINK FOR DEVELOPMENT**](https://github.com/stereolabs/zed-unity)
### Main Script For Zed Camera ZEDManager.cs
located at **Assets/ZED/SDK/Helpers/Script/ZedManager.cs**
Need to understand this Camera Related AR/Mixed Reality Development.
### Plane Detection
Refer this Tutorial [ZED AR Object Placement](https://www.stereolabs.com/docs/unity/object-placement/)
**Scripts Location : Assets/ZED/SDK/Helpers/Scripts/PlaneDetection**
**1. ZEDPlaneDetectionManager.cs**
Shader Assets:
**/Assets/ZED/SDK/Helpers/Shaders/PlaneDetection/GeometryWirePlane.shader**
Floor Detection has a Blue default mesh .
Important Methods in above script, which are specific to the Camera SDK
Plane and Floor Detection. Camera Also Gives depth.
2. **ZEDSupportFunctions.cs**
Support Script For Distance Measurement Function/ Ray Casting / Plane Hit Functions / Image Utils for Pass Through AR.
Script Location: **/Assets/ZED/SDK/Helpers/Scripts/Utilities/ZEDSupportFunctions.cs**