Advertisement
Guest User

ErrorMsg

a guest
Dec 11th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2.  
  3. UnityEngine.ProBuilder.BuiltinMaterials.Init () (at <643dd6e0a1b0436996d4f97add324e4f>:0)
  4. UnityEngine.ProBuilder.BuiltinMaterials.get_defaultMaterial () (at <643dd6e0a1b0436996d4f97add324e4f>:0)
  5. UnityEngine.ProBuilder.Face..ctor (System.Collections.Generic.IEnumerable`1[T] indices) (at <643dd6e0a1b0436996d4f97add324e4f>:0)
  6. ProBuilderPlane.Construct (UnityEngine.Vector3[] points, System.Single extrudeAmount) (at <7926f12d1fbd482bb6cb0f799a0b945b>:0)
  7. Assets.Map.Map.GenRegionTrigger (Assets.Map.Center SelectedCenter) (at <7926f12d1fbd482bb6cb0f799a0b945b>:0)
  8. Assets.Map.Map.<GenerateRegionTriggers>b__44_0 (Assets.Map.Center center) (at <7926f12d1fbd482bb6cb0f799a0b945b>:0)
  9. System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) (at <319b5411003b47fbaceecace494b6f79>:0)
  10. Assets.Map.Map.GenerateRegionTriggers () (at <7926f12d1fbd482bb6cb0f799a0b945b>:0)
  11. Assets.Map.Map..ctor (System.Int32 numberOfPlayers, System.Collections.Generic.List`1[T] playerOccupationColors, UnityEngine.LineRenderer lineRenderer, UnityEngine.GameObject playerStartSphere, UnityEngine.Color32 colorMarkToFlood, System.Collections.Generic.List`1[T] ringsData, System.Byte interactableCellAlpha, System.Byte selectedPlayerSphereAlpha, UnityEngine.GameObject cellSelectionSphere, System.Int32 elevationOfSphereMultiplyer, System.Single triggerHeight, UnityEngine.GameObject actionPanel, UnityEngine.UI.Button actionButton, UnityEngine.GameObject cardsPanel, UnityEngine.Transform cardsLayoutPanel, UnityEngine.GameObject cardPrefab, UnityEngine.UI.Text statsGoldText, UnityEngine.UI.Text statsExperienceText) (at <7926f12d1fbd482bb6cb0f799a0b945b>:0)
  12. WorldMapManager.Awake () (at <7926f12d1fbd482bb6cb0f799a0b945b>:0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement