[Bootstrap] Redo scenes with bootstrapper
This commit is contained in:
@@ -57,7 +57,7 @@ public class Pickup : MonoBehaviour
|
||||
/// <summary>
|
||||
/// Draws gizmos for pickup interaction range in the editor.
|
||||
/// </summary>
|
||||
void OnDrawGizmos()
|
||||
/*void OnDrawGizmos()
|
||||
{
|
||||
float playerStopDistance = GameManager.Instance.PlayerStopDistance;
|
||||
Gizmos.color = Color.yellow;
|
||||
@@ -69,7 +69,7 @@ public class Pickup : MonoBehaviour
|
||||
Gizmos.color = Color.cyan;
|
||||
Gizmos.DrawSphere(stopPoint, 0.15f);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user