I'm using an Intel RealSense D435 camera to get distance at pixels on the screen. Now the function to get the distance is inside the RsDevice.cs file which is part of RealSense.dll. I can write unity code in it but I am unable to access any external script which I create inside of Unity from that file.
My problem is that I want to be able to access my other Unity scripts which are in the project from that file.
Any thoughts?
↧