与编辑器同步,增加sync优化bloom,添加打包时自动打包主题包的特性
(怎么这么多meta文件啊) Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
@@ -136,7 +136,7 @@ namespace Ichni.RhythmGame
|
||||
}
|
||||
|
||||
private bool HaveAnimation() => attachedGameElement.childElementList
|
||||
.Any(element => element is Displacement or Swirl or Scale or LookAt);
|
||||
.Any(element => element is Displacement or Swirl or Scale or LookAt or PositionSync);
|
||||
|
||||
public override void CheckAndRemoveObservers()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user