Search Issue Tracker
Fixed
Votes
1
Found in [Package]
2.6.1
Issue ID
SPLB-277
Regression
Yes
SplineAnimate.EvaluatePositionAndRotation error when instantiating a prefab with SplineAnimate component
Reproduction steps:
1. Open the “ReproProject“ project
2. Open the “Assets/Scenes/SampleScene“ scene
3. Enter Play Mode
4. Press the spacebar key
5. Observe the Console window
Expected result: No errors are thrown in the Console window
Actual result: “transform.position assign attempt for 'SplineAnimateContainer' is not valid. Input position is { Infinity, Infinity, Infinity }.” error is thrown in the Console window
Reproducible with: 2.6.1 (2022.3.31f1, 6000.0.4f1)
Not reproducible with: 2.5.2 (2021.3.38f1, 2022.3.26f1, 6000.0.0b16), 2.6.0 (2022.3.31f1, 6000.0.4f1)
Reproducible on: Windows 11 Pro (22H2)
Not reproducible on: No other environment tested
Comments (2)
-
Dried09
May 18, 2025 20:23
I can also confirm the issue.
It can be partially avoided by manual assigning of SplineContainer instance to SplineAnimate in runtime, but still throws exception once on Awake.Bug was found on 2.6.1 and as of now this version is still latest in PM. Any chances to see updates soon?
-
AlexWijnbeek
Jul 22, 2024 13:43
Is it possible to give an estimate of when this fix will be released? This is currently breaking our game.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
Resolution Note:
Fixed a bug where instantiating a prefab with `SplineAnimate` parameter would throw messages in the console.