[Bootstrap] First go at Addressables bootsrapped objects

This commit is contained in:
Michal Pikulski
2025-09-07 12:36:35 +02:00
parent d3c6b838b4
commit d20004238d
65 changed files with 1748 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ using UnityEditor;
namespace GogoGaga.OptimizedRopesAndCables
{
[CustomEditor(typeof(Rope))]
public class RopeEditor : Editor
public class RopeEditor : UnityEditor.Editor
{
private Rope component;
private SerializedProperty startPoint;