-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing data #49
Comments
Hi @Baudin999 Please refer to UniRecast. |
Hi @ikpil Thank you so much for replying. I just have a question about getting started. I am not afraid to get my hands dirty, but I do not know where to start. Is there a piece of documentation, or a youtube video I could watch to get me up and running? |
The user guide for Unity isn't available right now, but I'll try to create a brief one over the weekend. Is there anything specific you're interested in? |
Thank you! I would like to start small, so sculpting a terrain in Unity and generating a navmesh.
My use-case is the following, I am building an open world mmo rpg and I want an authorative server, this means that the server should be able, simply based on speed and target-position, be able to calculate where the game object is. This problem is harder than it looks because of the verticality of the terrain. If I can get the heights correct and the path correct, this calculation becomes a lot easier. The second use-case is enemy AI, generating a path from the enemy to the player. If the position calculations of the first use-case are correct, the second becomes easier, especially the calculations to check the range of abilities. |
I reviewed the code over the weekend and intended to create a guide, but I was too busy to do so. |
I'd also be interested in a guide / example for basic use cases such as finding the path between 2 points. Thank you. |
Hi, I want to use DotRecast in a test project I am building, but purely on my (dotnet, C#) server. I am using Unity as my GameEngine and now I was wondering if there is an example project to export the data from Unity and import it into DotRecast.
What I have:
What I need help with:
The text was updated successfully, but these errors were encountered: