Advertisement
totoshkin

Untitled

Sep 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ArgumentOutOfRangeException: Exception of type 'System.ArgumentOutOfRangeException' was thrown.
  2. Parameter name: color
  3. Actual value was None.
  4. Assets.Mechanics.Bubbles.Double.GetColor (Assets.Core.Models.BubbleColor color) (at Assets/Mechanics/Bubbles/Double.cs:65)
  5. Assets.Mechanics.Bubbles.Double.OnInit (Assets.Core.Models.GraphAttributes config) (at Assets/Mechanics/Bubbles/Double.cs:46)
  6. Assets.Core.Controllers.BubbleController.Init (Assets.Core.Views.Bubble+BubbleInitInfo initInfo) (at Assets/Core/Controllers/BubbleController.cs:45)
  7. Assets.Core.Views.Bubble.OnInit (Assets.Core.Views.Bubble+BubbleInfo bubbleInfo) (at Assets/Core/Views/Bubble.cs:192)
  8. Assets.Core.Views.AConfigurableView`1[T].Init (T config) (at Assets/Core/Views/AConfigurableView.cs:26)
  9. Assets.Core.Factory.Bubbles.Produce (Assets.Core.Models.BubbleType type, Assets.Core.Models.BubbleColor color, Assets.Core.Models.BubbleModifier[] modifiers, Assets.Core.Models.GraphAttributes config) (at Assets/Core/Factory/Bubbles.cs:243)
  10. Assets.Mechanics.Boss.BonusBoss.Summon () (at Assets/Mechanics/Boss/BonusBoss.cs:145)
  11. Assets.Mechanics.Boss.BonusBoss.Move (Assets.Core.Models.BubbleType bullet, Assets.Core.Views.Bubble bubble) (at Assets/Mechanics/Boss/BonusBoss.cs:123)
  12. Core.Syncing.SyncGroup.React (Assets.Core.Controllers.BubbleController controller) (at Assets/Core/Syncing/SyncGroup.cs:114)
  13. Core.Syncing.SyncSequenced.Sync () (at Assets/Core/Syncing/SyncSequenced.cs:28)
  14. Core.Syncing.Sync.Update () (at Assets/Core/Syncing/Sync.cs:135)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement