Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.2.7f1
Issue ID
1080205
Regression
No
[Steamworks] First SyncVar variable in script is overridden by random values generated from transform.position.x
How to reproduce:
1. Open attached project "Steam Tools.zip" and scene "SteamworksExample"
2. Open Steam and log in to an account
3. In Unity enter Play mode
4. In Game View, click on "Find Match" button (a cube with your steam profile picture and name should appear)
5. In Hierarchy window, select "Cube(Clone)"
6. In Inspector window change Transform -> Position -> X and observe "Example Network Player Control (Script)" -> "Test Id 3" value
Expected result: the "Test Id 3" does not change
Actual result: the "Test Id 3" value changes to random characters
Reproducible with: 2017.4.16f1, 2018.2.7f1, 2019.1.0a9
Notes:
If the "Example Network Player Control" -> "Test Id 3" variable is commented out, the next SyncVar will have the same effect (in this case the "Test Id 2 will change to random numbers")
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
- Invalid asset path & Invalid value for font MissingAssetReference Warnings are spammed when deleting a Font used by any Element in UI Builder
Add comment