
What basic written tutorials would you like to see?
I want to create a manual section for basic written tutorials.
This will not be a full series on how to create specific types of games (e.g. a platformer or a FPS), but instead very short introductory tutorials that could apply to many games.
What tutorials would you like to see?
I'll update the topic poll with your suggestions so you can vote on other people's ideas.
132 |
||
51 |
||
56 |
||
95 |
||
97 |
||
105 |
||
115 |
||
162 |
||
68 |

Custom Event Definitions
To make custom events less error-prone and better documented, we could introduce the concept of custom event definitions. These would:
- Be saved as an asset
- Have a name and description
- Have a strongly typed list of arguments, like value input/outputs in flow graphs
- Show up in the fuzzy finder under an Events/Custom subcategory
- Have two nodes per definition, one for triggering and one for listening
The existing Custom Event node should remain for backwards compatibility, but maybe be renamed to something like "Lambda Event" or "Variadic Event".
Inspired by the discussion here: http://support.ludiq.io/topics/248-macros-vs-methods/#

dock the fuzzy finder
Can you add the option to dock the fuzzy finder window? in settings perhaps so we can have both options. Right click to show and/or visible always with option to dock it somewhere

Tweening Integration
Provide deep integration with a popular tweening library, probably Demigiant's awesome DOTween 2. Units should be easy to setup and able to asynchronously wait for a tween to finish.
In the mean time, extension methods are supported, but deeper integration could provide significantly better UX.

"Ecosystem" for shared Macros
I strongly suggest that we have something like "ecosystem" from Playmaker. So the community can share and use the macros from others easily by searching inside Bolt.
Anh

Help with FPS controller
I have done this tutorial but I am trying to add stuff to it: https://www.youtube.com/watch?v=y-l4bn4NPdo I tried to convert the main camera to a parent object under section in my macro titled: Have Camera act as parent object but its making my controls go backwards and I can't work out how to fix it?
Additionally, I need some advice on how to achieve raycasting collisions for when I crouch in BOLT if anyone could advise on this also it would be greatly appreciated or another way so when I crouch going through an object and uncrouch whilst under the object my players head does not go through the object?

Approximate String Matching
The fuzzy finder should use true approximate string matching instead of exact substring search. This could be integrated with the FuzzyString library:
https://fuzzystring.codeplex.com/
This would also mean that you could include the type/class name when searching for a field/property/method.

Custom Units: Basics Part 1: Input Output (+ isControlRoot and Relations)
*Removed*
Thank you for everyone who enjoyed my tutorials. It was obviously becoming very out of date. I am now, with my company website, releasing new tutorials to replace all of these here. I'm taking the liberty to release both 2.x and 1.x tutorials at the same time, until 2.0 is officially prime and ready.
http://lifeandstylemedia.com/tutorials.php
I will be releasing a new tutorial every day this week (7/1/2019).
July 1 ) Custom Unit Basics : Part 1 - On Enter Value Manipulation
July 2 ) Custom Unit Basics : Part 2 - Coroutine Ports - The Type Writer Effect
July 3 ) Custom Unit Basics : Part 3 - Error Handling
July 4 ) Common Attributes
July 5 ) Inspectable Types (Includes Editor Code)
You can also look for me to do my runtime logic tutorials that do not require any C#. Just Visual Scripting.
Enjoy!

Comments in graphs
Even though you can add labels to groups and descriptions to states, it might sometimes be useful to leave a comment for future-you to remember how or why you organized some part in some way.
I want to hear your input on how these comment "nodes" should work.
How should they be created? (Keyboard shortcut like groups? Menu?)
How should they look? (Like a post-it? Custom coloring?)
Should they be collapsed by default and show on hover, or always visible but resizable?
Customer support service by UserEcho