I'm trying to run the point cloud sample, and it runs, but I never get any of the feeds showing anything. It's almost like it isn't actually using / loading the plugin, but can do everything else. I'm trying this with Unity 2021.1.12f1. Thanks for any insight.
Got it working! Had to define ENABLE_WINMD_SUPPORT in the Unity preprocessor settings, but then add #if UNITY_EDITOR wrappers around any of that code to prevent the editor from throwing errors.
I'm trying to run the point cloud sample, and it runs, but I never get any of the feeds showing anything. It's almost like it isn't actually using / loading the plugin, but can do everything else. I'm trying this with Unity 2021.1.12f1. Thanks for any insight.