DOTSNET
  • Documentation
  • Overview
    • Installation
    • Recommended Reading
    • Platforms
    • Changelog
  • Examples
    • Benchmark
    • Chat
    • Pong
    • Physics
  • User Manual
    • Migrating from Mirror
    • Authoring
    • Server & Client Worlds
    • Selective System Authoring
    • Dependency Injection
    • NetworkMessage
    • NetworkServerSystem
    • NetworkClientSystem
    • NetworkIdentity
    • NetworkComponent
    • PrefabSystem
    • NetworkReader/Writer
    • Bitpacking
    • Authentication
    • Interest Management
    • Transports
    • Networking & Burst
    • Networking & Jobs
    • Compression
    • Utilities & Extensions
    • Unity.Physics Support
    • Hybrid Renderer V2 / URP
    • Benchmarks
Powered by GitBook
On this page
  1. User Manual

Hybrid Renderer V2 / URP

PreviousUnity.Physics SupportNextBenchmarks

Last updated 3 years ago

When considering to use Hybrid Renderer V2 / URP / HDRP, please keep in mind that those features are still broken in Unity to begin with.

According to a forum post which I can't find anymore, Hybrid Renderer V2 (or URP?) only works in one world at a time.

In other words, all your renderers will have to be in the ClientWorld, not in the Default World.

In practice, make sure that all your 3D objects like trees, terrain, etc. have a ConvertToNetworkEntity component instead of ConvertToEntity, so they are placed in the ClientWorld and in the ServerWorld.