After importing a dolly via Udon, the "Speed" value set in VRC Camera Dolly Point does not get translated correctly when the "Copy to Camera" button on the point gets used in-client.
Anything set with speeds 1 or greater gets applied as 15.0 in-game (clamped limit) and 0.1 gets applied as 0.2 (clamped limit).
Editor values tried:
0.15 editor -> 0.4 client
0.2 editor -> 0.5 client
0.25 editor -> 0.8 client
0.4 editor -> 3.0 client
0.6 editor -> 5.1 client
0.9 editor -> 11.5 client