Make sure you have the gem installed:
$ gem install pry-byebug
- Require the gem at the top of your file
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.UI; | |
#if UNITY_EDITOR && !UNITY_CLOUD_BUILD | |
using UnityEditor; | |
#endif |