
Nice Game Hints is a library and tools for implementing an in-game hint system easily to adventure games. This package integrates seamlessly with Adventure Creator.With Nice Game Hints you can easily implement an in-game hint system in your adventure game. The hints are written as markdown files (there is a browser based editor or you can use any text editor) and the library selects just the right set of guides and hints in any state of the game. You only need to implement the UI (starters provided as samples) or use Adventure Creator menus.This package integrates with Adventure Creators variable and inventory systems. You can just use the variable and item names in the guide files and the hints are automatically filtered based on the current variable and item states.This package is dependent on Adventure Creator.* Easy setupJust import the NGHMenu into your project, set up the UI and point it to the guide files and you are good to go.* Adventure Creator Menu supportEasily test the hint system by using Adventure Creator -based menus* Prefab supportNGH supports fully prefab-based Adventure Creator menus* TMPro supportYou can use TMPro or not. All the texts come automatically from NGH.* GraphicsYou can include images in the hints and show them in your hint menu* Language supportNGH supports translations. With the browser based editor it is easy to translate the hints or you can use Adventure Creator translation files. Whichever suits you best.