This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Sirenix.OdinInspector; | |
using UnityEditor; | |
using UnityEngine; | |
using Utils; | |
using Random = UnityEngine.Random; | |
namespace ScriptableObjects | |
{ | |
[CreateAssetMenu(fileName = "NewSoundEffect", menuName = "Audio/New Sound Effect")] | |
public class SoundEffectSO : ScriptableObject |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using UnityEngine; | |
using Object = UnityEngine.Object; | |
namespace Utils | |
{ | |
public static class DrowsyLogger | |
{ | |
public static string Color(this string myStr, string color) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
InvalidCastException: Cannot cast Newtonsoft.Json.Linq.JObject to Newtonsoft.Json.Linq.JToken. | |
Newtonsoft.Json.Linq.Extensions.Convert[T,U] (T token) (at <72bc94bec6c44acf84d97f15326490ac>:0) | |
Newtonsoft.Json.Linq.Extensions.Value[T,U] (System.Collections.Generic.IEnumerable`1[T] value) (at <72bc94bec6c44acf84d97f15326490ac>:0) | |
Newtonsoft.Json.Linq.Extensions.Value[U] (System.Collections.Generic.IEnumerable`1[T] value) (at <72bc94bec6c44acf84d97f15326490ac>:0) | |
Unity.RemoteConfig.Editor.UIComponents.SettingsTreeView.CellGUI (UnityEngine.Rect cellRect, Unity.RemoteConfig.Editor.UIComponents.TreeViewItem`1[T] item, System.Int32 column, UnityEditor.IMGUI.Controls.TreeView+RowGUIArgs& args) (at Library/PackageCache/[email protected]/Editor/UIComponents/SettingsTreeview.cs:414) | |
Unity.RemoteConfig.Editor.UIComponents.SettingsTreeView.RowGUI (UnityEditor.IMGUI.Controls.TreeView+RowGUIArgs args) (at Library/PackageCache/[email protected]/Editor/UIComponents/SettingsTreeview.c |