W3rlds Wiki
  • 🎉Getting started
    • What is W3rlds
    • Quick start
  • 🏗️CREATE AND MANAGE
    • Managing Worlds
      • Adjusting main settings
      • Adding mobile version and advanced limitations
      • Managing Avatars
      • Measure success with Analytics
    • Assets and Storage
    • Augmented Reality
      • Creating AR
      • Editing AR
      • Custom Viewer
  • 🎮Using Space editor
    • Getting Started
    • Setting the Lighting
    • Adding Assets in Metaverse
    • Creating Activities
      • Automate Animations
      • Activating Colliders
  • 👣Explore
    • Navigating with Avatars
    • Interacting in Worlds
    • Socialize
    • Hosting Events
  • 💡Content creation
    • World optimization guide
      • Naming
      • Colliders (Collisions)
      • Portals and spawn points
      • Geometry
      • Scale and positioning
      • Smoothing groups and custom vertex normals
      • UVs
      • Textures
      • Lighting
    • AR preparation guide
      • Occlusion channel
      • Bone animated AR model
      • File format limits
    • Creating Avatars
  • ⚙️Setting up your W3rlds
    • Accounts & Profiles
    • Choosing a subscription
    • Custom domains
  • Changelog & Announcements
    • Releases
      • 💡0.22 Release notes
      • 💡0.21 Release notes
      • 💡0.20 Release notes
      • 💡0.19 Release notes
      • 💡0.18 Release notes
      • 💡0.17 Release notes
      • 💡0.16 Release notes
      • 💡0.15 Release notes
      • 💡0.14 Release notes
      • 🔧0.13 Release notes
      • 🔧0.12 Release notes
      • 🔧0.11 Release notes
      • 🔧0.10 Team profiles and portals
      • 🔧0.9 Performance
      • 🔧0.8 Augmented reality
      • 🔧0.7 Continued usability improvements
      • 0.6 Creator web app
Powered by GitBook
On this page
  • Object names of special purposes

Was this helpful?

  1. Content creation
  2. World optimization guide

Naming

Object names of special purposes

Meshes

  • Collider name for walls, floor, and stairs. arhead_mesh_collider_room[.suffix]

  • Collider name for props and objects arhead_mesh_collider_static[.suffix]

  • Portals arhead_mesh_portal[.name][.target]

  • Spawn point arhead_mesh_spawn[.suffix]

  • Water simple (pools, small objects) arhead_mesh_water_simple[.suffix]

  • Skybox (HDRi) lightbox arhead_mesh_skybox[.suffix]

Materials

  • Self-illumination arhead_mat_self_illumination[.suffix]

  • Glass simple arhead_mat_glass_simple[.suffix]

  • Water big (Rivers, lakes, sea) arhead_mat_water_horizon

  • Portal arhead_mat_portal[.suffix]

Objects

  • Reports where the Reflection probe should stand arhead_object_reflection_probe[.suffix]

  • Global reflection probe arhead_global_reflection_probe[.suffix]

  • Sit position for Avatars arhead_object_seat[.suffix]

In order to successfully run certain options and functions on the platform, it is necessary to correctly specify the names of certain categories when preparing the file.

A list of prefixes for naming objects

Function
Prefix
Naming example

Static Mesh

SM_

SM_Wall_01

Skeletal Mesh

SK_

SK_Character_01

Texture

T_

T_Grass_01_DM_Grass_01

Material

M_

M_Grass_01

A list of suffixes for naming objects

Name
Suffix

Color Map

_BC

Normal Map

_N

Emissive Map

_E

Mask Map

_M

Roughness Map

_R

Metallic Map

_MT

Ambient Occlusion

_AO

Light Map (custom)

_L

PreviousWorld optimization guideNextColliders (Collisions)

Last updated 2 years ago

Was this helpful?

💡