The type or namespace name 'TerrainAPI' does not exist in the namespace 'UnityEngine.Experimental'

Unnecessary using directive. [Assembly-CSharp.Player, Assembly-CSharp]csharp(CS8019) The type or namespace name ‘TerrainAPI’ does not exist in the namespace ‘UnityEngine.Experimental’ (are you missing an assembly reference?) [Assembly-CSharp.Player, Assembly-CSharp]csharp(CS0234)


I have no idea why I am facing this error. I am new to unity. Recently I imported “Gaia Pro 2021 terrain system” after successfully Import there was this error:


The type or namespace name ‘TerrainAPI’ does not exist in the namespace ‘UnityEngine.Experimental’ (are you missing an assembly reference?) [Assembly-CSharp.Player, Assembly-CSharp]csharp(CS0234)


I went and lookup up the Here It seems I should be able to access it but I am facing an error. Please bear with me, I am new to unity and still trying to figure out heads and tails.


CAN ANYONE HELP ME FIX THIS ISSUE PLEASE

Did you get your answer @Edawking?, -
Did you get your answer?

So far for me going trough the references in gaia and deleted the lines seems to work for me, i think that the creators accidently left the reference to “UnityEngine.Experimental.TerrainAPI” because i don’t think any of there newer scripts even use it, i am not 100% sure though so if i encounter any bugs i will keep this thread updated

if you delete the “using unity.experimental… etc” then it will work as the scripts don’t actually need the reference