Skip to content

Baking

Via Shared SubScene

  • The Shared Subscene file is located at Assets/whs/AssetBundles/StreamingAssets/Maps/Shared/SubScenes/SharedSubScene.unity
  • This file is referenced from all maps to trigger baking (we need to verify if this would lead to duplicated baked data)
  • A good example is the package Stratkit.Army.EntityGraphics
flowchart LR
A[Author]
B[Baker]
C[Components]
S[Systems]

A --> B --> C --> S

Author

  • Capture data
  • Attached to GameObject in SubScene
  • Example:

Via Map MasterSubScene