internal static string GetSceneWritePath(EntityScenesPaths.PathType type, string subsectionName, AssetImportContext ctx)
        {
            var prefix = string.IsNullOrEmpty(subsectionName) ? "" : subsectionName + ".";

            return(ctx.GetResultPath(prefix + EntityScenesPaths.GetExtension(type)));
        }