Skip to content

7.11.x missing 'Facebook.Unity.Canvas' on WebGL Β #147

@MoinTom

Description

@MoinTom

Hey guys,
after upgrading the SDK to 7.11.x (both 7.11 and 7.11.1) i get the following error when running the app:

FileNotFoundException: Could not load file or assembly 'Facebook.Unity.Canvas' or one of its dependencies. The system cannot find the file specified.

I already tried to adjust link.xml because i thought it might be a stripping issue, but it didn't help.

<assembly fullname="Facebook.Unity.Canvas" ignoreIfMissing="1">
  <type fullname="Facebook.Unity.Canvas.*" preserve="all"/>
</assembly>
<assembly fullname="Facebook.Unity.*" ignoreIfMissing="1">
  <type fullname="Facebook.Unity.*" preserve="all"/>
</assembly>

If somehow relevant i am using Unity 2017.3.p4

Best Wishes
MoinTom

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions