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;
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
- The Graph Debug Window can be right clicked through and the Node Workspace is manipulated instead
- [Linux] Top left corner of the screen is unresponsive when the Editor recompiles
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
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