Stuck with Semantic Texture Tutorials

Include the following details (edit as applicable):

  • Issue category: Semantic Segmentation
  • Device type & OS version: iOS
  • Host machine & OS version: Mac
  • Issue Environment : Unity Editor
  • Xcode version: 13.2.1
  • ARDK version: 1.1.0
  • Unity version: 2020.3.28f1

Description of the issue:
Facing issue with one of the tutorials

Getting this error
NullReferenceException: Object reference not set to an instance of an object.
at XXXXXX.OnRenderImage

Any help is appreciated.

Thanks

Hey Kanu, the NullReferenceException error you are getting is likely due to not initializing OnRenderImage correctly. If the scripts are not complete they can throw errors, especially if you run them without finishing the tutorial. Alternatively, if you did not load the correct texture to your Semantics Tutorial script component, you can also expect the same error.