- Home /
Change "Transform View Classic" values via code?
Hi,
I'm using the "Fixed Speed" to syncronize the position. The movement is done by "Translate()" and the speedvalue will change from time to time at certain levels.
Is it possible to update the "Fixed Speed" value of the "Transform View Classic" component while the game is running? And if so, how may I call the specific value to update it?
Big thanks in advance!
baster
Answer by SirSnow · Mar 29 at 01:28 AM
I figured it out by my self. If anyone has the same question, here is my suggestion to solve it;
Maybe, there is no work around, to change "fixed speed" for a reason, but then i managed it, with using "synconized values" instead of "fixed speed". I guess this is exactly the purpose of "syncronized values".
Your answer
Follow this Question
Related Questions
`PhotonNetwork.Time` is not changed in every `FixedUpdate` call 0 Answers
PUN - Unity 2D Synchroniztion 0 Answers
(PUN) 2D how to send info to show that sprites were flipped horizontally? 1 Answer
Photon PUN offline mode didn't work 2 Answers
PUN 2 : Impossible to applied damage to all player in overlapSphere created by a bomb ? 0 Answers