Skill Web
  • Skill Web Documentation
  • đŸ•šī¸Quick Start
    • Installation
  • Start Developing
  • 💡General
    • Running the Demos
  • Menu Options
  • UI Customizations
    • uGUI
      • Skill Node
      • Connection Line
      • Web View
      • Hovercard
  • Datasets
  • 🎓Tutorials
    • Runes Demo Walkthrough
  • âœī¸Editors
    • Skill Bank
  • Web Creator
  • Settings
  • Components
    • Skill Web Initializer
    • uGUI
      • Skill Node UGUI
      • Connection Line
        • Curved Connection Line
      • Web View UGUI
        • Web View Selector UGUI
      • Skill Hovercard UGUI
    • Player Web Link
  • 📄Scripting API
    • Initialization
  • Skills
    • Skill
      • Skill Dataset Attributes
    • Skill Node
  • Webs
    • Web Graph
    • Web
  • UI
    • Loading a Web
    • Web View Input Handling
    • Customize Connection Line
    • Customize Hovercard
  • Player Web Link
  • Custom Logic
  • Saving & Loading
  • Events
  • Skill Web Settings
  • Procedural Generation (Beta)
  • đŸ› ī¸Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
    • Future Plans
    • ⭐Rate Me?
Powered by GitBook
On this page
  • First Steps
  • Sword Mastery
  • Runes
  • Procedural
  1. General

Running the Demos

How to run Skill Web's demo scenes.

PreviousStart DevelopingNextMenu Options

Last updated 13 days ago

It's not recommended to run the demos in an existing project that has been using Skill Web for quite some time, as the demos include example datasets that override any existing ones.

First Steps

To run the demos, navigate to Assets/StylishEsper/SkillWeb/Examples and import the DemoSettingsSkillsWebs.unitypackage. Open Settings and click "Validate."

Sword Mastery

The Sword Mastery demo, simply named "Demo," is the main scene that demonstrates what Skill Web is capable of. This demo uses the skills tagged as "Sword Mastery (Demo)" in the Skill Bank. You can access it from Assets/StylishEsper/SkillWeb/Examples/Demo.

Runes

The Runes demo's line shader was created in URP. It may not work correctly in other pipelines.

The Runes demo, named "RunesDemo," is a stylized scene used to demonstrate customization possibilities with Skill Web. This demo uses the skills tagged as "Runes (Demo)" in the Skill Bank. You can access it from Assets/StylishEsper/SkillWeb/Examples/RunesDemo.

Procedural

The procedural demo, named "ProceduralDemo," is used to demonstrate procedural generation with Skill Web. This demo uses the skills tagged as "Sword Mastery (Demo)" in the Skill Bank. You can access it from Assets/StylishEsper/SkillWeb/Examples/ProceduralDemo.

💡