Unity crashes after SDK Upgrade

Hi everyone,

I updated to SDK 3.8.1 this week and last night tried to open a small unity project that was build with 3.7. It crashes directly after opening and since the SDK upgrade was the only real change on my system I assume those two things are connected. Is it somehow possible to update the ZED plugin within the unity project without opening and crashing it to try if that fixes my issue?

Best,
Lukas

Hi,

As I guessed, the Unity plugin version has to be the same as the SDK version. So, if you upgrade the SDK to 3.8, you have to do the same for the Unity plugin.

You can simply delete the old plugin and replace it by the new one available on the github repository : https://github.com/stereolabs/zed-unity

Best,
Benjamin Vallon

Stereolabs Support

1 Like

Hi, this has been happening to me too with Unity 2021 and 2022.

I understand the SDK and Unity plugin versions must match, but how can we update the plugin in Unity if the program crashes immediately upon loading?

Does this mean I will need to rebuild my projects from scratch each time I need to upgrade the SDK?