Hide Game Object Using C# in Unity _ SetActive VS Renderer.enabled
Автор: DA LAB
Загружено: 2023-01-08
Просмотров: 1060
Both SetActive and Renderer.enabled can be used to make a game object invisible, but there is a significant difference between them that this video highlights.
GameObject.SetActive activates or Deactivates a Game Object. When disabling a game object, each of its components, including attached renderers, colliders, rigidbodies, and scripts, will be disabled. Unity will no longer call the Update() method of a script attached to the deactivated Game Object.
Renderer.enabled makes the rendered 3D Game Object visible or invisible. When disabling a Game Object renderer, its components, including attached renderers, colliders, rigidbodies, and scripts, will stay enabled. Unity will call the Update() method of a script attached to the Game Object.
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: