marek-simonik / record3d_unity_demo

iPhone X -> Unity VFX Graph demo (real-time Point Cloud streaming)
https://record3d.app
128 stars 19 forks source link

DllNotFoundException #9

Open vmadjor opened 1 year ago

vmadjor commented 1 year ago

Hello, i get the following error on my m1 max.

Screenshot 2023-03-02 at 11 23 48 AM
marek-simonik commented 1 year ago

Hello,

this error means that Unity could not find the librecord3d_unity_streaming.dylib library. As is mentioned in the README, copy the dylib file into the folder /usr/local/lib/ (create the folder if it doesn't exist yet).

Once you will have the dylib copied in that folder, you can open the Unity demo and a warning pop-up will appear, telling you that `` could not be verified. Click "Cancel", go to System Preferences > Security & Privacy > General > click on "Open Anyway".

This article explains what this security pop-up means, and there are screenshots in the article as well. (If you would compile the dylib file on your own computer, then you would not see the security pop-up.)