-
Search Results
-
Hi!
Got some questions/feature requests. As I currently dont know the full path of this great “AI addon”
1. Will there be any way to “stitch” navmeshes together? For example if I make some kind of modular map. Where the player build their, hmm lets say “star base”. It would come really handy, to generate the navmeshes for each module as a prefab.
2. When are we going to get “dynamic obstacles”?
3. Would be noce if it was possible to set the walkable radius of each AI, giving the ablility to give certain AI characters the possibility to walk on paths on the navmesh. And forcing other AI characters to find another way around.
4. Could you guys add the ability to set the smooth value of the path ( green path ). So we as users could choose % of the smooth value from the rough path ( red path ) to the maximum possible of the smooth path. And place this on each AI
This would be very handy in many situations. Like when there are narrow corridors, bigger characters etc.
( As this is my current very important thread at the troubleshooting section of the forum ( http://rivaltheory.com/forums/topic/character-get-stuck/ ) I add it here also. )I’ve been able to go through all the Rain tutorials, but I am still not able to do something basic that I can easily do with Unity’s builtin navmesh… I don’t think I’m “thinking Rain” yet, as my previous effort has now amounted to over 6 hours of fail in trying to understand Rain.
How do I get an AI to navigate to a dynamic position specified by MonoBehaviour or as manifested in GameObjects’ transform positions (that could be dynamically instantiated by other MonoBehaviours)?
Could you provide an example?
I am new to RAIN and to unity also. I can make the characters avoid obstacles using the NavMesh. But how do I do it with dynamic objects for example other NPCs ? I downloaded the sample obstacle avoidance project. It works fine, but that was for an older version of RAIN. I can’t find any component like obstacle avoidance collider or anything.So how do I do it?
hey guys,
I am working on a game that features 6 degrees of freedom for the player character and the agents who oppose him.
I’d like the agents to wander in 3d space until they encounter either a food object, other agent or player and then go into a series of states. I’ve played with the waypoint route functionality and I do see some people talking about dynamically creating routes at runtime. Would this be the best solution if I’m looking to create a random wandering situation in 6dof?
Has anyone used Rain to create flocking behaviors?
Regarding navmeshes, do they support this type of 6dof movement? They seem to be very much oriented to ground oriented agents and not swimming or flying agents.
Up til now I have been using the UnitySteer wander script which achieves my wander behavior OK but due to pretty limited documentation and my limited skills I am considering switching over to Rain which seems better documented and more user friendly.
You can see a few videos of the game in early stages at http://www.newbquest.com if any of what I am trying to explain is unclear. My long term goal is to create a complex/chaotic environment of agents acting and reacting to one another that the player has to negotiate, understand and influence and Rain seems like AI wise it will be a great way to do that, just trying to figure out if it will handle my movement needs in a non-walking format.
Thanks guys.
M.- This topic was modified 1 year, 8 months ago by newbquest.