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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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