コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

2015-01-27から1日間の記事一覧

【Unity】Can't destroy Transform component of 'XXXX'

概要 Can't destroy Transform component of 'XXXX'. If you want to destroy the game object, please call 'Destroy' on the game object instead. Destroying the transform component is not allowed. 上記のエラーは下記のように Transform を Destroy …