Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CurvyEvents problems in AOT environment
#2
Hi,

seems like that's a known issue: https://docs.unity3d.com/Manual/TroubleS...Phone.html (see also here)

According to the docs it works if you switch API Compatibility Level to .NET 2.0 Subset.  On the other side it should be possible to add the relevant namespaces to the link.xml provided with Curvy to prevent it being optimized away by Mono. 

Edit: Searching the forums I found the following:

"the object you're executing those on is a methodinfo. If the thing you're setting is a Field then you're fine... but if it's a property it's going to puke so you'll need to use GetGetMethod and GetSetMethod and then call Invoke on those to set the value to ensure compatibility cross platform."

Seems like there's a way to code it in a more compatible way. Unfortunately I don't have the option to test that out. If I send you some changed code, would you mind testing it?

Best regards,
Jake
Reply


Messages In This Thread
RE: CurvyEvents problems in AOT environment - by Jake - 07-09-2016, 07:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems compiling after pulling down project from source control obscurelyme 2 13 02-13-2022, 03:47 PM
Last Post: Marco Schultz
Question How to tell if a spline is straight? / Optimize problems with straight splines MarioBag 3 21 12-27-2021, 05:25 PM
Last Post: _Aka_
  Problems with spline prefab topquarkone 3 436 09-15-2021, 08:47 PM
Last Post: _Aka_
  Timing problems Lupp_ 4 1,338 01-15-2021, 05:11 PM
Last Post: _Aka_

Forum Jump: