-
Notifications
You must be signed in to change notification settings - Fork 24
Update Cronos for Unity 6 Compatibility#1
Open
crizzler wants to merge 11 commits intoCyberSys:master from
Open
Update Cronos for Unity 6 Compatibility #1crizzler wants to merge 11 commits intoCyberSys:master from
crizzler wants to merge 11 commits intoCyberSys:master from
Conversation
@crizzler
Copy link
@crizzler
crizzler
commented
Mar 13, 2025
- RigidbodyTimeline3D.cs: Updated for Unity 6
- Singleton.cs: Adjusted for new lifecycle behaviors.
- RewindableParticleSystemTimeline.cs: Now stops particle systems using Stop(true, ParticleSystemStopBehavior.StopEmittingAndClear) before modifying properties.
- Tested and working on Unity 6.
Unity 6 update
Unity 6 update
Unity 6 update
Removed broken link
Commit Description: Offloaded performance-critical arithmetic and interpolation computations from various timeline components to dedicated Burst‐compiled jobs. Added new jobs for: TransformTimeline snapshot interpolation AnimationTimeline speed calculation AudioSourceTimeline pitch adjustment Particle system simulation time updates (RewindableParticleSystemTimeline) Suspension spring adjustments (WheelColliderTimeline) WindZone property multiplications (WindZoneTimeline) Terrain and TrailRenderer adjustments Maintained main-thread Unity API calls while moving pure arithmetic into jobs, preserving existing behavior. Verified that the refactoring maintains functionality and improves performance during heavy rewinding and time adjustments.
Added Unity Jobs and Burst feature
Implemented Game Creator 2 support 7 Instructions 1 Trigger 4 Properties Detects and adds now Chronos Game Creator 2 symbol Updated Editor script to Unity 6 API Updated Materials in Demo to URP
added Game Creator 2
Removed Unity Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.