Search Unity

renderer entity prefab is slow

Discussion in 'Graphics for ECS' started by ZaneLou2020, Jun 4, 2022.

  1. ZaneLou2020

    ZaneLou2020

    Joined:
    Oct 2, 2020
    Posts:
    13
    hi:
    I have one prefab, when i put it in scene, it show use 1 - 2 seconds. when i use EntityPrefabReference to the prefab, and use RequestEntityPrefabLoaded to load, after load, i Instantiate it, it use 5 - 7 seconds to render . so what's different between them. thanks.
     

    Attached Files:

    Last edited: Jun 5, 2022
  2. ZaneLou2020

    ZaneLou2020

    Joined:
    Oct 2, 2020
    Posts:
    13
    I found ENABLE_COMPUTE_DEFORMATIONS affect load.