Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b6
Issue ID
1001996
Regression
No
[Windows] NullReferenceException calling into native plugin on Windows in Editor with .NET 4.x runtime
How to reproduce:
1. Download attached project file and open this TestInputManager scene.
2. Enter Play mode (notice the Exception below in the console)
Actual result: When running in the editor on Windows with the 4.x runtime, it'll throw a NullReferenceException calling into a static method on the native plugin (Native.Init() in InControl/Source/Native/Native.cs). This is the first plugin method called (during OnEnable() as I recall) so no other plugin methods get a chance to be called, but I'd assume they'd all throw exceptions.
Reproduced with: 2017.1.3p1, 2017.2.1p3, 2017.3.1p1, 2018.1.0b8, 2018.2.0a1
Note: If you switch the runtime back to the default, it will work fine, and it also works fine in builds with the experimental runtime leading me to believe it's a bug with experimental runtime in the editor.
Fixed in: 2018.1.0f1, 2018.2.0a8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
Add comment