Metasy Guides
  • A Platform for Creators
    • Platform Overview
    • Guide Overview
    • Installation Requirements (Pending Test)
  • Development & Creation
    • Editor
      • Installation & Getting Started
      • Interface Introduction
      • Basic Operations
      • Right-click object properties
    • Scene Introduction
      • Basic Script Sharing
      • Exhibition
      • Game
      • eCommerce
      • Education
      • Gallery
      • Meetings
      • Events
    • UI
    • Characters
    • Unity SDK Installation
      • Download and Installation
      • Uploading Resources(Notice-Need to know)
      • Resource Uploading
    • Adding and Setting Collision Layers in Unity
    • 3D Scanning of Real Objects
    • Language localization
    • Asset Store
  • Creator Center
    • Publishing & Management
      • Operation and Testing
      • Publish Scenes
      • Scene Management (Requirement Phase)
    • Data Center
      • Space Data
      • Space Analysis
    • Managing Communities
    • Team Collaboration
    • Creator Earnings
      • Withdraw
      • Profit Share
      • Task System
      • Events Revenue
    • Help Center
  • Subscription
    • Basic Version
    • Enterprise Version
  • Log Updates
  • Forum(Discord)
Powered by GitBook
On this page
  1. Creator Center
  2. Publishing & Management

Scene Management (Requirement Phase)

How to update the basic information and optimize scene after publishing.

Performance Optimization

Performance issues can generally be categorized into the following:

  • Computation - Expensive computational operations can lead to reduced frame rates.

    • On servers, a low frame rate (also known as heartbeat) can slow down replication and physical speeds, leading to decreased user performance and lagging.

    • On the client side, low and fluctuating frame rates can reduce the smoothness and responsiveness.

  • Memory - Excessive memory usage and memory leaks can lead to crashes:

    • On servers, this can result in crashes and cause all clients to lose the experience.

    • On the client side, crashes can occur, especially on lower-end devices.

  • Loading Time - Prolonged loading times for experiences may lead to lower user retention rates, as users have to wait longer to start experiencing what you offer.

PreviousPublish ScenesNextData Center