Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.4.0b25
Issue ID
814052
Regression
No
[UNET] Using ClientRpc prefix for a function instead of Rpc causes compile error and crashes on play in RtlReleasePath
How to reproduce
1. Open attached project
2. Select "game" scene
2. press play
- can't exit play mode. Also , unity sometimes crashes.
Crashed on RtlReleasePath after pressing play having network code error messages
Reproduced on: 5.4.0b25,5.3.5f1;
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
TrippyFish
Sep 27, 2018 01:22
Does your method use parameters that can't be sent over the network?
That was the issue for me