Greetings, Im having a issue when exporting a terrain from my computer to another where i get a error Splat Alpha 5 is null, Splat Alpha 6 is null losing the textures that have been "painted" in those zones. Has anyone had this problem and come up with a solution or a plausible explanation there is very little about it on the Unity forums. Best regards, Thanks in advanced, Hiroz
Hi, My main thought is that you may be exporting the terrain without including the dependencies.
In order to export a unity package that contains terrain do the following:
- select the "New Terrain" (or whatever you have renamed it to) from the project view.
- Go to Assets > Export Package.
- Be sure that "include dependencies" is selected in the export dialog
- save the asset package
- In your other project, go to Assets > Import Package
- Drag the terrain from the project view into your scene.
This should take all of the data with it and "just work"(tm)