Terrain has no effect under Unity2019.3.7f1

   3155   3   0
User Avatar
Member
44 posts
Joined: 2月 2017
Offline
As for the question, I imported the terrain into Unity2019.3.7f1 as before, but the result did not respond and the terrain was not displayed.
User Avatar
Member
44 posts
Joined: 2月 2017
Offline
Is it related to the Unity terrain update
User Avatar
Member
17 posts
Joined: 12月 2019
Offline
For the Houdini Engine for Unity plugin, there have been significant changes to how Unity terrain is generation from height fields, and also how height fields are generated from Unity terrain (as input). Most notably, the plugin now relies on use of Corner sampling, instead of the default Center sampling, for height field nodes. It also requires height field size and grid spacing values to be exactly power of 2. This will produce the best match in terms of size when translating from Houdini height field into Unity terrain, and vice versa.

Please see update documentation here:
https://www.sidefx.com/docs/unity/_terrain.html#Terrain_Size [www.sidefx.com]

The plugin now ships with a sample HDA that lists the recommended parm values for height fields, located in:
Assets/Plugins/HoudiniEngineUnity/HDAs/TerrainGenerator.hda
User Avatar
Member
44 posts
Joined: 2月 2017
Offline
  • Quick Links