Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DontSaveInBuild

The object will not be saved when building a player.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
DontSaveInBuild = 16

Remarks

For Prefab instances in a scene, you can set the hideflag on the Prefab instance handle object as a way to set the same hideflags on all the objects of the Prefab instance. (See PrefabUtility.GetPrefabInstanceHandle).