Skip to content

Commit

Permalink
v0.3.1-alpha.2: Bugfix
Browse files Browse the repository at this point in the history
Fixed bug where pipes couldn't connect.
  • Loading branch information
griffinteller committed May 15, 2020
1 parent 58c4fce commit b714a49
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Assets/Scenes/MainMenuScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -4630,37 +4630,37 @@ PrefabInstance:
- target: {fileID: 8168770671991800448, guid: df442ac7d92879244b42079a9d37607d,
type: 3}
propertyPath: m_LocalPosition.x
value: -1.5
value: -3.44
objectReference: {fileID: 0}
- target: {fileID: 8168770671991800448, guid: df442ac7d92879244b42079a9d37607d,
type: 3}
propertyPath: m_LocalPosition.y
value: 0.65
value: -1.27
objectReference: {fileID: 0}
- target: {fileID: 8168770671991800448, guid: df442ac7d92879244b42079a9d37607d,
type: 3}
propertyPath: m_LocalPosition.z
value: 7
value: 14.28
objectReference: {fileID: 0}
- target: {fileID: 8168770671991800448, guid: df442ac7d92879244b42079a9d37607d,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8168770671991800448, guid: df442ac7d92879244b42079a9d37607d,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
value: 0.7194974
objectReference: {fileID: 0}
- target: {fileID: 8168770671991800448, guid: df442ac7d92879244b42079a9d37607d,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8168770671991800448, guid: df442ac7d92879244b42079a9d37607d,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
value: -0.6944952
objectReference: {fileID: 0}
- target: {fileID: 8168770671991800448, guid: df442ac7d92879244b42079a9d37607d,
type: 3}
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Sensor/Radar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void Update()
if (PhotonNetwork.IsConnected)
{

foreach (var robot in GameObject.FindGameObjectsWithTag("RobotDescription"))
foreach (var robot in GameObject.FindGameObjectsWithTag("Robot"))
{

if (robot.GetInstanceID() != _robotBody.transform.parent.gameObject.GetInstanceID())
Expand Down
1 change: 0 additions & 1 deletion ProjectSettings/GraphicsSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ GraphicsSettings:
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16002, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0}
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 0.3.1p1-alpha
bundleVersion: 0.3.1-alpha.2
preloadedAssets:
- {fileID: 0}
- {fileID: 0}
Expand Down

0 comments on commit b714a49

Please sign in to comment.