Search Issue Tracker
Fixed
Votes
0
Found in
5.4.0f3
Issue ID
828535
Regression
No
Crash in Terrain::Transfer<JSONWrite> when using Oculus Rift and Arduino
To reproduce:
1. Open attached project;
2. Open "Town" scene;
3. Make sure Api Compatibility Level is set to .NET 2.0 (Edit > Project Settings > Player Settings > Configuration);
4. Open Arduino IDE;
5. Open "LED_Color.ino" sketch;
6. Add Library "SerialCommand.h" (Sketch > Include Library > Add .ZIP Library...);
7. Connect Arduino Uno to your machine;
8. Make sure Board is set to Arduino/Genuino Uno (Tools > Board);
9. Make sure that correct Port is selected (Tools > Port);
10. Make sure that SerialPort in the Arduino sketch is the same as the one in the 'ArduinoController' script (line 28);
11. Press "Upload" in Arduino sketch;
12. Enter Play mode in Unity Editor.
Expected result: no crash when using Arduino with Oculus Rift.
Actual result: crash in Terrain::Transfer<JSONWrite> when using Oculus Rift and Arduino
Reproduced on versions: 5.4.0f3, 5.4.1f1.
Not reproduced on versions: 5.4.1p1, 5.5.2p4, 5.6.0f2.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Scene view camera speed pop-up appears empty or cut off when Scene view is very narrow
- UnityEvent does not get pasted to a uGUI component when trying to copy it from a Script
- Overlays are focused when using the "Frame Selected in Window under Cursor" Shortcut just after Editing Overlay Fields
- Changes to Splash Screen in inactive Build Profile are not displayed in the Build Profile Splash Screen Preview
- [Package Manager] Vulkan Native Rendering Plugin can no longer intercept Vulkan Initialization, as it is loaded later when added via Package Manager
Add comment