Unity Playworks Plugin throws LP2005 error at the Code Conversion stage
Unity Playworks Plugin throws a LP2005 Bridge error at Code Conversion stage.
This is likely due to the a script returning the default
keyword which is not supported by Luna.
Possible solution:
- Change default to
null
if it is a reference type, or to0
if it is a numeric type.