There was an error while loading. Please reload this page.
1 parent a6171ef commit dd04467Copy full SHA for dd04467
Assets/Editor/ImportSettingsEditorWindow.cs
@@ -28,7 +28,7 @@ private void OnGUI()
28
EditorGUILayout.LabelField("SimpleITK", headerStyle);
29
EditorGUILayout.Space();
30
EditorGUILayout.LabelField("SimpleITK is a library that adds support for JPEG-compressed DICOM, as well as NRRD and NIFTI formats.\n" +
31
- "Enabling it will start a download of ca 100MBs of binaries. It currently only works on Windows (Linux is WIP)", EditorStyles.wordWrappedLabel);
+ "Enabling it will start a download of ca 100MBs of binaries. Supported platforms: Windows, Linux, MacOS.", EditorStyles.wordWrappedLabel);
32
33
if (!SimpleITKManager.IsSITKEnabled())
34
{
0 commit comments