File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Packages/jp.co.cyberagent.buildmagic Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.6.0]
4+
5+ ### Added
6+
7+ - Build scheme can be inherited in multiple levels.
8+ - Add a task to copy Firebase configuration file.
9+ - Boolean parameters are now supported by ` -override ` .
10+
11+ ### Changed
12+
13+ - Build report is now saved by default.
14+ - English comments and READMEs.
15+
16+ ### Fixed
17+
18+ - Fixed equal sign ` = ` in ` -override ` parameter is not correctly parsed.
19+ - Fixed output path isn't set correctly when built through Build Settings window
20+
321## [ 1.5.1]
422
523- エディタがビルド時にクラッシュする場合があるのを回避するため、` BuildOptions.DetailedBuildReport ` を ` BUILDMAGIC_NO_DETAILED_BUILD_REPORT ` シンボルで無効化できるようにしました。
Original file line number Diff line number Diff line change 11{
22 "name" : " jp.co.cyberagent.buildmagic" ,
3- "version" : " 1.5.1 " ,
3+ "version" : " 1.6.0 " ,
44 "displayName" : " Build Magic" ,
55 "description" : " Build Magic" ,
66 "unity" : " 2022.3" ,
You can’t perform that action at this time.
0 commit comments