Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
quick:bolt [2019/06/06 13:37] victorzamoraquick:bolt [2019/06/06 13:38] victorzamora
Line 1: Line 1:
 # Bolt Integration Guide # Bolt Integration Guide
-Behavior Bricks includes the integration of the usage of visual programming with Bolt to implement bricks for the behavior trees. In this tutorial, a similar behavior as implemented in the AI Random Wander tutorial made by One Wheel Studio is replicated by creating three different Behavior Bricks nodes using Bolt. The tutorial of that behavior is available in the [Ludiq official site](images:bolt:Ludiq official site).+Behavior Bricks includes the integration of the usage of visual programming with Bolt to implement bricks for the behavior trees. In this tutorial, a similar behavior as implemented in the AI Random Wander tutorial made by One Wheel Studio is replicated by creating three different Behavior Bricks nodes using Bolt. The tutorial of that behavior is available in the [Ludiq official site](https://ludiq.io/bolt/learn#tutorials).
  
 This tutorial continues the small example created in the BT tutorials, where the player moves his avatar in the “environment” (a mere plane) using mouse clicks, and the enemy wanders around and pursues the player when he is near enough. We encourage you to follow that tutorial in the first place but, if you are impatient, its final version (and the starting point for this guide) is available in the Behavior Bricks package, under `Samples\ProgrammersQuickStartGuide\Done` folder. Obviously, you are supposed to have been loaded Behavior Bricks into a new Unity project. Refer to the download instructions in other case. This tutorial continues the small example created in the BT tutorials, where the player moves his avatar in the “environment” (a mere plane) using mouse clicks, and the enemy wanders around and pursues the player when he is near enough. We encourage you to follow that tutorial in the first place but, if you are impatient, its final version (and the starting point for this guide) is available in the Behavior Bricks package, under `Samples\ProgrammersQuickStartGuide\Done` folder. Obviously, you are supposed to have been loaded Behavior Bricks into a new Unity project. Refer to the download instructions in other case.
Line 14: Line 14:
 * Nav Mesh Hit (from Unity). * Nav Mesh Hit (from Unity).
  
-![Type Options](https://lh4.googleusercontent.com/LLyQnSkYL0u_rJP3PRpH65eWQi4Fo3cDRqm39Xl3pkeulDIG8-M14wgBMf2wD9hM2orDEuoI7WlOLSjBKpjThBAk9PVJEGEoqFhOglmBdUqg1QCRLjqrO0eEJME8vZb1mRBG9OeS)+![Type Options](images:bolt:Type Options)
  
 Finally, there are other two options under `Tools/Bolt`: `"build unit options"` and `"update unit options"`. Sometimes Unity launch warnings asking for this options, so, if needed, we have to execute them. Finally, there are other two options under `Tools/Bolt`: `"build unit options"` and `"update unit options"`. Sometimes Unity launch warnings asking for this options, so, if needed, we have to execute them.