dilmerv / UnityARFoundationEssentials

AR Foundation examples created with Unity and ARKit
https://www.youtube.com/@dilmerv
MIT License
787 stars 223 forks source link

hi i had some errors #20

Open isamalhassan1212 opened 3 years ago

isamalhassan1212 commented 3 years ago

i have unity 2020 , i have started the project i had several error in code : 1- Assets\Scripts\PeopleOcclusion.cs(123,62): error CS0246: The type or namespace name 'XRCameraImageConversionParams' could not be found (are you missing a using directive or an assembly reference?) 2- Assets\Scripts\PeopleOcclusion.cs(122,155): error CS0103: The name 'CameraImageTransformation' does not exist in the current context 3- Assets\Scripts\PeopleOcclusion.cs(122,9): error CS0246: The type or namespace name 'CameraImageTransformation' could not be found (are you missing a using directive or an assembly reference?) 4- Assets\Scripts\PeopleOcclusion.cs(119,110): error CS1503: Argument 4: cannot convert from 'bool' to 'UnityEngine.Experimental.Rendering.TextureCreationFlags'

i have updated all from package manager put i have the same errors can you help please thank you