Is there a way in Makinom or Ork to log events line by line?
In this picture you can see the log from the top line as follows: "Enemy defeated" "Player gains 4 experience points." "Player got 271 gold." These events occur separately. I want to add a line to the log each time an event occurs.
Check out UI > Console Settings & Types, there's a complete console feature that can automatically output that kind of information. The console can be displayed using a Console type HUD (which uses a UI box to display the content).
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
1. create a UI Box. Makinom > UI Box > UI Box(TextMeshPro) And make it a prefab.
Then open Makinom. UI > UI Boxes Press the Add button and name it ConsoleBox, for example. Unity UI > UI Box Prefab Select the prefab you created earlier.
2.Set HUD. Makinom > UI > HUDs Press Add. Name it Console, for example. HUD Type : Select Console. Enable Auto Display. UI Box : Select the "ConsoleBox" you created earlier.
3.In your schematic, call Console. Use the "Add Console Line" node. Enter text in Default Content.
For others reading this thread: You need to enable/disable the console information you want to have displayed. So check out the different settings for action texts, status texts, etc.
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
The console can be displayed using a Console type HUD (which uses a UI box to display the content).
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
I understand enabling the Use Console.
Console Settings & Types > General Settings > Base Settings > Use Console
I don't know what to do next.
Should I set any of the Action Text?
I keep records for myself.
1. create a UI Box.
Makinom > UI Box > UI Box(TextMeshPro)
And make it a prefab.
Then open Makinom.
UI > UI Boxes
Press the Add button and name it ConsoleBox, for example.
Unity UI > UI Box Prefab
Select the prefab you created earlier.
2.Set HUD.
Makinom > UI > HUDs
Press Add.
Name it Console, for example.
HUD Type : Select Console.
Enable Auto Display.
UI Box : Select the "ConsoleBox" you created earlier.
3.In your schematic, call Console.
Use the "Add Console Line" node.
Enter text in Default Content.
that's all.
This worked fine for sure.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!