LoginSignup
0
0

More than 3 years have passed since last update.

[メモ]「Rhythm Game Starter」シーケンスエディタの編集画面が足りなくなった時の増やし方

Posted at

Unity Assets Storeの
「Rhythm Game Starter」
Assets/RhythmGameStarter/Editor/Sequence/SequenceEditor.cs
の114行目
itemLimit = 500;
ここを例えば
itemLimit = 1000;
のように変更すると、このシーケンスエディタの編集画面が拡張される。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0