Skip to content

How do you use this? #7

Description

@darkmajki

Hello,
I am very interested in using your library.
But i have a couple of issues:

  1. How do you use this? I've never used a native plugin before, so sorry if it's a beginner question.
    I have a code like this:
[DllImport("libnoise")]

  private static extern int createMap();

  private void Awake()
  {
      createMap();
  }

But I get three errors: Dll not found exception, two instance of same dll and wrong architecture. Now I managed to fix the last two errors but not the dll not found exception. Would you be able to post the project from the example video you posted?

  1. Would I be able to access from c# stuff like road info(in order to show and hide them) certain area colors, roads, rivers,etc(i.e. so i can zoom in and show finer details)?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions