InfinyTech3D / SofaUnity

SOFA-Renderer asset for Unity
Other
23 stars 2 forks source link

Can not open scene correctly #107

Open HsiehTPE opened 1 month ago

HsiehTPE commented 1 month ago

Dear dev,

When I open the interaction demos, an issue occured.

The image below shows the situation: the items are pink. image

Thank you for your reading, I wonder what did I miss and how to fix this problem? Thanks for your attention and kindly help!

epernod commented 4 weeks ago

Hi,

this might be because of the Unity version and rendering mode. Could you detail your setup and from where you downloaded the asset?

Best regards

HsiehTPE commented 4 weeks ago

Hi,

this might be because of the Unity version and rendering mode. Could you detail your setup and from where you downloaded the asset?

Best regards

Dear devs,

First of all, thanks for your kindly reply!

Here is my setup and download information:

  1. My editor version is 2021.3.14.f1c1, since I can not find the early version of 2019 as your work.
  2. I have tried two ways to download the asset. I downloaded it on Unity Asset store and from github website. Unfortunately, either way works. The figures below are the packages I downloaded. image image
  3. Also, I downloaded the SOFA DLL Files: Download the SOFA DLL files from the GitHub repository ([SofaUnity_v23.12_windows_dll.zip] when I imported by the packages manager on Unity. image

Thanks again for your attention and reading! I hope that the information above is helpful.

Best regards

epernod commented 3 weeks ago

Hi,

thank you for all the details. Could you go through the CHECK INSTALLATION section of this page: https://infinytech3d.com/getting-started/

After setting up the SofaUnity asset, the simplest way to verify a successful installation is by checking the Unity console for errors when you open one of the basic example scenes located in Scenes/Examples/, such as Example_01_SimpleLiver.unity or Example_02_Caduceus.unity. If no errors are present, proceed by playing the scene. You should observe the 3D model moving by default, and the movement should vary when you adjust the gravity value in the SofaContext UI inspector.

And let me know if you get any error or pink material performing those scenes.

Thank you