Skip to main content

Using Templates

Learn how to reuse identical game objects using templates in OasisW.

What is a Template?

  • Prevents repetitive creation of identical objects.
  • Maintains consistent settings and properties.
  • Enables rapid project development.
  • Provides efficient asset management.

Creating Templates

Step 1: Select Object to Make into Template

  1. Select the object to make into a template in the Hierarchy view.
  2. Click TemplateNew Template.

template

Step 2: Check Template

Objects made into templates are created in both Hierarchy view and Asset view.

ImageImage

Using Templates

Step 1: Create Template Instance

You can drag and drop template assets from Asset view into Hierarchy view or Viewport to place object instances in the scene.

template

Step 2: Check Results

Click Launch in the Viewport to check the results.

template

Template Instance Management

Individual Instance Modification

Even if you change property values (Position, Rotation) of one template instance among multiple instances, it doesn't affect other instances.

template

Template Instance Options

Template instances have Template Instance at the top of the Inspector view, and when changes occur to one object, VIEW DIFF, REVERT ALL, APPLY ALL buttons are created.

template

VIEW DIFF

When you click VIEW DIFFApply to Box, only the selected changes are applied to the original template and all template instances.

ImageImage

REVERT ALL

When you click REVERT ALL, it cancels the instance's changes and reverts to the same state as the original template.

template

APPLY ALL

When you click APPLY ALL, all changes are applied to the original template and all template instances.

ImageImage