Unity 2021.2 で ParrelSync でクローンを開こうとするとクラッシュする問題に対する暫定対処
更新 (2021.11.27)
こちらの問題は Unity 2021.2.4f1 にて改善されました.
発生環境
- Unity 2021.2.0f1
- Unity 2021.2.1f1
問題提起
Parrel Sync でクローンを生成し,「Open in New Editor」を押下すると, 以下のスクショのようなクラッシュが発生する.
0x00007ff762cbfee1 (Unity) OnDemandScheduler::SetStandbyWorkerCount 0x00007ff762c8797a (Unity) RefreshSettings 0x00007ff762c9f88f (Unity) <lambda_283f97c31f4e30d8552a28501eddf336>::operator() 0x00007ff762cd9561 (Unity) LMDB_Transaction::Run 0x00007ff762cd9904 (Unity) SourceAssetDBWriteTxn::Run 0x00007ff762cae8bf (Unity) SourceAssetScanner::Refresh
該当イシューは以下.
ちなみに Unity 2021.2.1f1 のリリースノートを見ると,以下に Known Issues として掲げられている.まだ直っていない.
Asset Import Pipeline: Crash on OnDemandScheduler::SetStandbyWorkerCount when opening a project with a symbolic link in it
暫定対応
Preferences > Asset Pipeline > Directory Monitoring のチェックを外す.
これで ParrelSync のクローンエディタの起動はできるようにはなる.