Page MenuHomeFeedback Tracker

MoveInTime method issue
Assigned, UrgentPublic

Description

I've done some testing and I really feel

proto void MoveInTime(vector targetTransform[4], float deltaT);

has deltaT parameter capped at 1 second. Would be nice to have it without this cap.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Try to use MoveInTime() for any object with deltaT set to higher then 1.0 value. Let's say 100000.0
  2. Expect your object to move from A to B point for 100000 seconds
  3. But it moves from A to B for 1 second
Additional Information

Values <= 1 && >= 0 seems working fine.

Event Timeline

Moonny created this task.Jun 7 2022, 10:27 AM
Geez changed the task status from New to Assigned.Jun 8 2022, 12:32 PM