-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello,
I am very interested in using your library.
But i have a couple of issues:
- 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?
- 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)?
Metadata
Metadata
Assignees
Labels
No labels