Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abberia.com/llms.txt

Use this file to discover all available pages before exploring further.

GameObject Converter is an extension for moving data between scene prefab instances and Terrain Object Renderer instances. Use it when a scene already contains prefab GameObjects that should be rendered by Terrain Object Renderer.

Actions

ActionDescription
Convert GameObject To Terrain Object RendererConverts scene prefab instances whose prefabs are already added as Terrain Object Renderer prototypes.
Convert Terrain Object Renderer To GameObjectInstantiates GameObjects from Terrain Object Renderer instances and parents them under a GameObject Converter object.
The converter only converts GameObjects whose prefab is already present in the renderer prototype list.

When to use it

Use GameObject Converter when you want to:
  • move an existing prefab-based scene into Terrain Object Renderer;
  • test renderer performance against an existing GameObject setup;
  • export renderer instances back to regular prefab instances.

Notes

  • The converter looks for prefab roots in the scene.
  • Non-prefab GameObjects are skipped.
  • Converted Terrain Object Renderer instances keep the source object’s position, local scale, and rotation.