Sdk realsense

hi, i download the real sense sdk essencial but i cant find the unity package to import ?? where can i find and i try the this location but no luck C:\Program Files (x86)\Intel\RSSDK\framework\Unity
but only find a file name Intel.RealSense.core

but only show a few file but nothing like prefabs o another files

help

I had the same problem. I fixed it as follows:

Do not import Unity package from framework\Unity. Instead, create a new project from scratch, then manually copy the contents of.

C:\Program Files (x86)\Intel\RSSDK\sample\core\RawStreams.unity\Assets

to

c:(your new project folder)\Assets

There is a scene called “main” inside the Scenes folder that displays the depth and color streams.