D455 Unity SDK bug
Hi,
There is on the unity asset store a project using blob tracking
https://www.blackboxrealities.com/portfolio/blob-tracking-with-realsense/
I got a error CS0246 in Unity when trying to load the RealSenseSDK2.0: The type or namespace name 'ARBBackgroundRenderer' could not be found
line 14 of RsARBackgroundRenderer.cs
and warnings that it was unable to open the Intel.RealSense.dll
I then went to your GitHub and overwrote the very latest version and still the same error.
Could you help out?
Could you share a hello world in Unity to connect, visualize your sensor?
I am currently using your sensor on Windows 10 but wish to use it on MacOS through Unity.
Thanks
-
Hi Jkeresztes Are you using Unity 2020, please? If so, there is a known issue with this error when accessing the 'ARBackgroundRenderer' RealSense component with Unity 2020.
https://github.com/IntelRealSense/librealsense/issues/7303
Have you installed the RealSense Unity wrapper by following the official instructions, please?
https://github.com/IntelRealSense/librealsense/tree/master/wrappers/unity
A quick way to set up a test project is by following these steps:
1. Download the realsense.unitypackage file from the Unity wrapper page or from the link below.
https://github.com/IntelRealSense/librealsense/releases/download/v2.20.0/realsense.unitypackage
2. Create a new Unity project with the '3D' template.
3. Double-leftclick on the realsense.unitypackage file whilst the new empty Unity project window is open. This will import the RealSense files into the empty scene.
4. Go to the Assets > Scenes folder in Unity and double-leftclick on the StartHere scene file to load the RealSense starter scene, which is a list of buttons that launch RealSense tutorials. It is the blue and white screen shown at the top of the Unity wrapper web page.
Please sign in to leave a comment.
Comments
1 comment