Search Unity

[solved] JobSystem error: Unable to find interface method (Internal compiler error)

Discussion in 'Entity Component System' started by andrew-lukasik, Aug 6, 2018.

  1. andrew-lukasik

    andrew-lukasik

    Joined:
    Jan 31, 2013
    Posts:
    249
    Hi,
    I'm writing my first Job System code and trying to understand causes of this particular error but getting nowhere so far, any pointers?

     
  2. andrew-lukasik

    andrew-lukasik

    Joined:
    Jan 31, 2013
    Posts:
    249
    Explicit interface implementation seems to be the cause of this enigmatic error:
    Code (CSharp):
    1. //(╯°□°)╯︵ ┻━┻
    2. void IJobParallelFor.Execute ( int index )
    Code (CSharp):
    1. //♪ ♪ Everything Is Awesome ♪ ♪
    2. public void Execute ( int index )
     
  3. recursive

    recursive

    Joined:
    Jul 12, 2012
    Posts:
    669
    Looks like Burst doesn't yet comprehend explicit interface implementations.