Search Issue Tracker
[UX] NetworkAnimator requires redundant reference to Animator
NetworkAnimator requires Animator Component to be present on GO, but also user has to manually add the Animator component to Network... Read more
Network socket is not opened when creating a server via script
To reproduce:1. Download and open users attached project Network test2. Open scene "server"3. Build and run this scene4. While runni... Read more
[Android] Downloading from the cache by Unity Web Request is slower than...
How to reproduce:1. Open the attached project2. Open Test2 scene3. Build and run Test2 scene on Android device4. Press the button "D... Read more
[Multiplayer] We can't use Start method in classes derived from NetworkL...
Original NetworkLobbyPlayer class uses Start method itself: public void Start(){DontDestroyOnLoad(gameObject);} So, when you try to ... Read more
UNetWeaver error is thrown when using Vector3Int as a parameter for UNET...
How to reproduce:1. Open "Vector3intBug" Unity project2. Have a script with Command method and have Vector3int as a parameter3. Unit... Read more
Setting Animator's parameter does not work if prefab with animator was i...
To reproduce:1. Open users project "BugSetAnimatorFloat.zip".2. Open and Play "SceneStart" scene.3. Open Console and Animator window... Read more
Other clients do not receive Network Animator parameter changes until a ...
Steps to reproduce on this project:1. Download and open the attached project2. Build for standalone3. Launch 3 instances4. Set one t... Read more
Regression. One of spawnable objects is destroyed on the Host in Editor ...
Regression - started to appear in 2017.1.0b2, but everything is good in 2017.1.0b1When open "Tanks!!! Reference Project" project fro... Read more
[UNET] CPU usage on 'LAN host' in 5.6 and 2017.1 versions is higher than...
To reproduce:1. Open project on any Unity 5.52. Open activity monitor3. Play 'Main' scene4. Press 'H'5. Repeat steps with the 5.6.0a... Read more
UnityWebRequest merges two headers into one when both of them starts wit...
Steps to reproduce: 1) Download attached project 'UnityWebRequestBugTest' and open in Unity2) Download and install Python 2.7.133) D... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used