# ⚡ Unity-Bolt-Samples A collection of Unity packages featuring Bolt Visual Scripting samples. Each sample demonstrates how to work with Unity editor features, game logic, & more without having to write a single line of code. **All packages can be found in this repo's [Releases section](https://github.com/avashly/Unity-BoltKit-Samples/releases).** [Setup](#setup) | [Samples](#samples) | [Credits](#credits) ------------ | ------------- | ------------- **NOTE:** A Unity 2019.4 LTS project with [Bolt](https://assetstore.unity.com/packages/tools/visual-scripting/bolt-163802) pre-installed is required to use these samples. ![BoltSamples](https://user-images.githubusercontent.com/7104693/88254850-67026a80-cc6b-11ea-8d39-28171e2a961b.gif)
## Setup The easiest way to get started: 1. Download the .unitypackage you want from the samples below. 2. Use the [Unity Hub](https://docs.unity3d.com/Manual/GettingStartedInstallingHub.html) to open a new Unity 2019.4 LTS project using the Universal Render Pipeline template. 3. Get Bolt from the Unity Asset Store & add it to your project. ([Bolt Installation Guide](https://docs.unity3d.com/bolt/1.4/manual/bolt-installation.html)) 4. In the menu bar, navigate to Assets > Import Package > Custom Package & select the package you downloaded earlier.
## Samples ### 🔮 Working with Shader Graph, Materials, & More **Download: [BoltKit_ThirdPerson_Samples.unitypackage](https://github.com/avashly/Unity-BoltKit-Samples/releases/download/v0.1/BoltKit_ThirdPerson_Samples.unitypackage)** Includes samples for working with Shader Graph, materials, keyboard input, colliders / triggers, game object tags, & scene management. Additional documentation coming soon. The sample Bolt macros can be found within BoltKit_ThirdPerson_Samples > Macros. ### 🔜 Additional Samples Coming Soon
## Credits This project is an extension of the [Bolt Kit: Third Person for Unity](https://assetstore.unity.com/packages/templates/tutorials/bolt-kit-third-person-for-unity-167662) template - which uses 2D & 3D assets by [Kenney](https://www.kenney.nl/).