# UI OnlyFans

- [9-Splice Sprite](/unity-cookbook/ui-onlyfans/9-splice-sprite.md)
- [Interactible Game Objects](/unity-cookbook/ui-onlyfans/interactible-game-objects.md): This could be an NPC or an item.
- [NPCs](/unity-cookbook/ui-onlyfans/interactible-game-objects/npcs.md)
- [Items](/unity-cookbook/ui-onlyfans/interactible-game-objects/items.md)
- [Interactible Marker](/unity-cookbook/ui-onlyfans/interactible-game-objects/interactible-marker.md)
- [Dialogue System](/unity-cookbook/ui-onlyfans/dialogue-system.md)
- [Conversa Plugin](/unity-cookbook/ui-onlyfans/dialogue-system/conversa-plugin.md): This is for the long and sustainable evolution of the basic things seen before. This is a paid plugin and so this would not apply to everyone.
- [DiaManager.cs](/unity-cookbook/ui-onlyfans/dialogue-system/diamanager.cs.md): Without the choices
- [DiaTrigger.cs](/unity-cookbook/ui-onlyfans/dialogue-system/diatrigger.cs.md): Without the choices
- [DiaManager.cs Alternate](/unity-cookbook/ui-onlyfans/dialogue-system/diamanager.cs-alternate.md): NextMessageFunction keeps firing too much or something. I had to add in timers to cool it. Anyways, use this script if the first one doesn't work.
- [Choices in Dialogue](/unity-cookbook/ui-onlyfans/dialogue-system/choices-in-dialogue.md)
- [New Input System - Interact](/unity-cookbook/ui-onlyfans/new-input-system-interact.md)
- [Designing the General Menu](/unity-cookbook/ui-onlyfans/designing-the-general-menu.md)
- [New Input System - Open Menu](/unity-cookbook/ui-onlyfans/new-input-system-open-menu.md)
- [UI Buttons](/unity-cookbook/ui-onlyfans/new-input-system-open-menu/ui-buttons.md)
- [GeneralMenu.cs](/unity-cookbook/ui-onlyfans/new-input-system-open-menu/generalmenu.cs.md)
- [Controls Explanation UI](/unity-cookbook/ui-onlyfans/controls-explanation-ui.md)
- [Items Menu](/unity-cookbook/ui-onlyfans/items-menu.md)
