Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Game Object Entities Not Rendering When Editor Paused?

Discussion in 'Graphics for ECS' started by Arowx, Jun 12, 2018.

  1. Arowx

    Arowx

    Joined:
    Nov 12, 2009
    Posts:
    8,194
    Noticed in a project I'm working on and in the Pure example that when you pause the game the ECS rendered components vanish, is there a work around or fix for this?
     
  2. zulfajuniadi

    zulfajuniadi

    Joined:
    Nov 18, 2017
    Posts:
    117
    I guess because the mesh renderer system OnUpdate loop is not being called?