Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Native Plugin Interface Changes?

Discussion in '5.3 Beta' started by DevDuFF, Dec 2, 2015.

  1. DevDuFF

    DevDuFF

    Joined:
    Jan 3, 2013
    Posts:
    17
    Hello,
    Were there any changes to the native plugin interface? I'm working on a plugin that uses nVidia's DirectMode, which works in 5.2, but I just see a black screen in 5.3.0f2. Any help with this is appreciated.

    Thanks
     
  2. TomasJ

    TomasJ

    Joined:
    Sep 26, 2010
    Posts:
    256
    Hi,

    Please send us more details on what you are doing exactly: graphics api, perhaps a repro project.
     
  3. DevDuFF

    DevDuFF

    Joined:
    Jan 3, 2013
    Posts:
    17
    Got this working now. Was a platform dependent compilation issue. Thanks.