You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Using a custom bootstrap that returns false lets you set extra data (such as the total address space you want to reserve for ECS Chunks) before worlds are default initialized.
publicboolInitialize(stringdefaultWorldName)
{
// ICustomBootstrap runs for all scenes in a project, so to gate this sample to a particular scene, we have to use this hack that checks the active scene's name.