Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

DllNotFoundException

Discussion in 'Tizen' started by 2515097216, Mar 24, 2016.

  1. 2515097216

    2515097216

    Joined:
    Mar 10, 2016
    Posts:
    5
    • 1.DllNotFoundException:testsharedlibrary>TestTizenPlugin.Awake()

    • 2.Once built, the shared library should be copied to the Assets->Plugins->Tizen->libs folder.
    I don't understand.
     

    Attached Files:

  2. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Check the device log for more information about why the plugin wasn't loaded. Here are my guesses:
    1. You built it using the wearable profile rather than the mobile profile.
    2. It is built to run in the emulator. In this case go to Properties for your library project. Expand C/C++ Build and select Tizen Settings.

    I would recommend the mobile platform, ARM architecture, and build with GCC rather than LLVM.
     
  3. Jonny-Roy

    Jonny-Roy

    Joined:
    May 29, 2013
    Posts:
    666