We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525a190 commit f9ca313Copy full SHA for f9ca313
Assets/Editor/InitializeProject.cs
@@ -205,6 +205,11 @@ static void SetupProject()
205
if (SceneView.lastActiveSceneView != null) SceneView.lastActiveSceneView.cameraSettings.accelerationEnabled = false;
206
#endif
207
208
+ // paraller imports 2021.2
209
+#if UNITY_2021_2_OR_NEWER
210
+ EditorSettings.parallerAssetImporters = true;
211
+#endif
212
+
213
// GizmoUtility in 2022.1
214
//GizmoUtility.SetGizmoEnabled(GizmoType.Move, true);
215
0 commit comments