-
Notifications
You must be signed in to change notification settings - Fork 3
Develop #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
TImeline再生中のGC.Allocを低減
- MuteTimeMachineControlTrack/UnMuteTimeMachineControlTrackメソッドを修正 - muteAllClipフィールドを制御するように変更 - Unity Eventから呼び出し可能 - 新しいOSC制御機能を追加 - /TimeMachine/Player/MuteAllClip: 全クリップをミュート - /TimeMachine/Player/UnMuteAllClip: 全クリップのミュートを解除 - /TimeMachine/Player/UpdateClipsFinishStateByCurrentTime: 現在のタイムコードに基づいてクリップの完了状態を更新 - UpdateClipsFinishStateByCurrentTime()メソッドを追加 - 過去のクリップ: isFinishOnStart/isFinishOnEnd = true - 現在実行中のクリップ: isFinishOnStart = true - 未来のクリップ: isFinishOnStart/isFinishOnEnd = false 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 130 files out of 279 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
- EditorでのSerializedObject更新処理を改善 - ltcDecoderのSerializedPropertyを追加して適切に管理 - Start()メソッドにフォールバック処理を追加(nullの場合に自動探索) - FindLtcDecoder()メソッドを実装して階層的に探索 - Auto Setup実行時のSerializedObject更新フローを最適化 これによりInspectorで設定したLTC Decoder参照がPlay Mode時にも確実に保持され、 LTC開始/停止時のMute/Unmute機能が正常に動作するようになりました。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
No description provided.