Search Unity

Bug "Null function or function signature mismatch" error when Native .a plugin used in WebGL

Discussion in 'Web' started by DrViJ, Nov 2, 2021.

  1. harish_unity520

    harish_unity520

    Joined:
    Jan 25, 2023
    Posts:
    4
    upload_2023-3-23_10-59-30.png

    It says this to my WebGL game. Is there any fix to it!? please reply.
    Is there any chance that this is because of lighting and baking?
    I've tried building with both speed and size on code optimization. But it still shows the same.
    Thanks in advance!
     
    h0neyp0t likes this.
  2. DrViJ

    DrViJ

    Joined:
    Feb 9, 2013
    Posts:
    162
    Hi, I would recommend you to try a build with enabled stacktrace, to see what functions cause your error. The provided information is not enough to find out what's wrong with your build.
     
  3. Ram-Apprlabs

    Ram-Apprlabs

    Joined:
    Apr 19, 2022
    Posts:
    10
    I am facing the issue now for my 3d game build after deployment I have some seasons like the login level page and game page and I can log in and level page also working after entering the game the error will show "
     

    Attached Files:

  4. Ram-Apprlabs

    Ram-Apprlabs

    Joined:
    Apr 19, 2022
    Posts:
    10
    its working properly for me when I have solved this issue by changing Player Settings > Publishing Settings > Enable Exceptions to Full Without Stacktrace.
     
    Smit_Studiokrew likes this.