Open Ro4m3r opened 5 years ago
The autogenerated code from hardwiring throws errors under Unity 2018.3.0f2 and C# 7.3.
I'm not sure if I'm doing something wrong or if this is just a bug.
It's 2 errors in my case:
(This seems to be easily fixable)
and
(This seems to be trying to hardwire an implicit operator, and failing)
This is the function it is trying to hardwire:
How did you get the hardwiring to run? I generated the dump but now I don't know what to do with it.
The autogenerated code from hardwiring throws errors under Unity 2018.3.0f2 and C# 7.3.
I'm not sure if I'm doing something wrong or if this is just a bug.
It's 2 errors in my case:
(This seems to be easily fixable)
and
(This seems to be trying to hardwire an implicit operator, and failing)