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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Memory leak warnings are constantly thrown when Generating Font Atlas in Font Asset Creator with 4096x8192 Atlas Resolution
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