-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing SimpleITK #134
Comments
Same thing happens to me when using MRTK, SimpleITK stops getting recognized. |
Thanks for reporting this! :) |
Hi again! I've also created a PR with a fix for this issue happening when you've selected a different build target: #137 |
I'll see if I can reproduce this with the Asset Store version (Need to switch to my Windows machine, because of some Unity issue ). Need to go to sleep soon, so I'll look more at that tomorrow. But I made a new unitypackage for you that you can try, if you don't mind using a "beta" version: https://github.com/mlavik1/UnityVolumeRendering/actions/runs/3518245412 The build is based on the latest un-published version. |
That's totally fine. I'll try the beta version and update the results. Thanks |
Great! Let me know if that worked, please :) |
Ok, so I found the cause of the bug: Until then you can: SimpleITK does not work on UWP builds at the moment though. But I think adding support for that should just be a matter of adding List<BuildTargetGroup> buildTargetGroups = new List<BuildTargetGroup> (){ BuildTargetGroup.Standalone, BuildTargetGroup.WSA }; And then disabling and enabling SimpleITK in the settings menu. But if the unitypackage I sent you yesterday works fine, then you can probably just use that instead. |
I get this error when I try loading any dicom file. I have a .nii file and need simpleITK for it to work. However, it keeps prompting me that I need SimpleITK to be enabled when SimpleITK is already downloaded. Any help would be greatly appreciated.
Unity version 2020.3.33f1
Steps to replicated:
And it just keeps prompting with the above image.
The text was updated successfully, but these errors were encountered: