Well, I installed the terrain toolkit, and I’m getting this message:
TerrainToolkitEditor.cs(1071,82):warning CS0618: 'UnityEditor.EditorGUILayout.ObjectField(string, UnityEngine.Object, System.Type, params UNityEngine.GUILayoutOption[]' is obsolete: 'Check the docs for usage of the new parameter 'allowSceneObjects'.'
I’m confused…
Waz
2
That error means that TerrainToolkit has not been upgraded to use current Unity API. Since it is just a warning, it should not cause problems. However, since it indicates that the author has not tried it with the latest version of Unity, there may be other incompatibilities that are problems.
All you could do is ask author to upgrade (or do it yourself).
Unfortunately, the problem that results for me is that the option to use Terrain Toolkit is greyed out. If anyone could fix this, it would make an entire community of ttk users happy!