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 test 2. Open scene "server" 3. Build and run this scene 4. While r... Read more
[Android] Downloading from the cache by Unity Web Request is slower than...
How to reproduce: 1. Open the attached project 2. Open Test2 scene 3. Build and run Test2 scene on Android device 4. Press the butto... 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,... Read more
UNetWeaver error is thrown when using Vector3Int as a parameter for UNET...
How to reproduce: 1. Open "Vector3intBug" Unity project 2. Have a script with Command method and have Vector3int as a parameter 3. U... 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 win... 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 project 2. Build for standalone 3. Launch 3 instances 4. Set ... 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.0b1 When open "Tanks!!! Reference Project" project fr... 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.5 2. Open activity monitor 3. Play 'Main' scene 4. Press 'H' 5. Repeat steps with the 5... 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 Unity 2) Download and install Python 2.7.13 3... 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
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window