バージョン:1.00.04
イベントコマンド「アクター設定の変更」をイベントコマンド「選択肢」の中に貼り付けようとすると、例外が発生して貼り付けられず、選択肢が壊れる。
https://www.youtube.com/watch?v=HeYRZ7KVYBg
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: indexSystem.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <75633565436c42f0a6426b33f0132ade>:0)RPGMaker.Codebase.Editor.MapEditor.Component.CommandEditor.Actor.ChangeName.Invoke () (at Assets/RPGMaker/Codebase/Editor/MapEditor/Component/CommandEditor/Actor/ChangeName.cs:143)RPGMaker.Codebase.Editor.MapEditor.Window.EventEdit.CommandSettingWindow.ShowSettingWindow (System.Int32 code) (at Assets/RPGMaker/Codebase/Editor/MapEditor/Window/EventEdit/CommandSettingWindow.cs:468)RPGMaker.Codebase.Editor.MapEditor.Window.EventEdit.CommandSettingWindow.InsertEventCommand (System.String commandCode, System.Int32 index, RPGMaker.Codebase.CoreSystem.Knowledge.DataModel.Event.EventDataModel+EventCommand eventCommand) (at Assets/RPGMaker/Codebase/Editor/MapEditor/Window/EventEdit/CommandSettingWindow.cs:146)RPGMaker.Codebase.Editor.MapEditor.Window.EventEdit.ExecutionContentsWindow+<>c__DisplayClass41_0.<PasteEventCommand>b__0 () (at Assets/RPGMaker/Codebase/Editor/MapEditor/Window/EventEdit/ExecutionContentsWindow.cs:623)UnityEditor.GenericMenu.CatchMenu (System.Object userData, System.String[] options, System.Int32 selected) (at <11d97693183d4a6bb35c29ae7882c66b>:0)

作成日:
更新日:
イベントコマンド「ループ」の中に貼り付けても同様に例外が発生します。