├── .gitignore ├── Assets ├── Photon.meta ├── Photon │ ├── PhotonChat.meta │ ├── PhotonChat │ │ ├── Code.meta │ │ ├── Code │ │ │ ├── ChannelCreationOptions.cs │ │ │ ├── ChannelCreationOptions.cs.meta │ │ │ ├── ChannelWellKnownProperties.cs │ │ │ ├── ChannelWellKnownProperties.cs.meta │ │ │ ├── ChatAppSettings.cs │ │ │ ├── ChatAppSettings.cs.meta │ │ │ ├── ChatChannel.cs │ │ │ ├── ChatChannel.cs.meta │ │ │ ├── ChatClient.cs │ │ │ ├── ChatClient.cs.meta │ │ │ ├── ChatDisconnectCause.cs │ │ │ ├── ChatDisconnectCause.cs.meta │ │ │ ├── ChatEventCode.cs │ │ │ ├── ChatEventCode.cs.meta │ │ │ ├── ChatOperationCode.cs │ │ │ ├── ChatOperationCode.cs.meta │ │ │ ├── ChatParameterCode.cs │ │ │ ├── ChatParameterCode.cs.meta │ │ │ ├── ChatPeer.cs │ │ │ ├── ChatPeer.cs.meta │ │ │ ├── ChatState.cs │ │ │ ├── ChatState.cs.meta │ │ │ ├── ChatUserStatus.cs │ │ │ ├── ChatUserStatus.cs.meta │ │ │ ├── IChatClientListener.cs │ │ │ ├── IChatClientListener.cs.meta │ │ │ ├── PhotonChat.asmdef │ │ │ ├── PhotonChat.asmdef.meta │ │ │ ├── changes-chat.txt │ │ │ └── changes-chat.txt.meta │ │ ├── Demos.meta │ │ └── Demos │ │ │ ├── Common.meta │ │ │ ├── Common │ │ │ ├── EventSystemSpawner.cs │ │ │ ├── EventSystemSpawner.cs.meta │ │ │ ├── OnStartDelete.cs │ │ │ ├── OnStartDelete.cs.meta │ │ │ ├── TextButtonTransition.cs │ │ │ ├── TextButtonTransition.cs.meta │ │ │ ├── TextToggleIsOnTransition.cs │ │ │ └── TextToggleIsOnTransition.cs.meta │ │ │ ├── DemoChat.meta │ │ │ └── DemoChat │ │ │ ├── AppSettingsExtensions.cs │ │ │ ├── AppSettingsExtensions.cs.meta │ │ │ ├── ChannelSelector.cs │ │ │ ├── ChannelSelector.cs.meta │ │ │ ├── ChatAppIdCheckerUI.cs │ │ │ ├── ChatAppIdCheckerUI.cs.meta │ │ │ ├── ChatGui.cs │ │ │ ├── ChatGui.cs.meta │ │ │ ├── DemoChat-Scene.unity │ │ │ ├── DemoChat-Scene.unity.meta │ │ │ ├── FriendItem.cs │ │ │ ├── FriendItem.cs.meta │ │ │ ├── IgnoreUiRaycastWhenInactive.cs │ │ │ ├── IgnoreUiRaycastWhenInactive.cs.meta │ │ │ ├── NamePickGui.cs │ │ │ └── NamePickGui.cs.meta │ ├── PhotonLibs.meta │ ├── PhotonLibs │ │ ├── Metro.meta │ │ ├── Metro │ │ │ ├── Photon3Unity3D.dll │ │ │ ├── Photon3Unity3D.dll.meta │ │ │ ├── Photon3Unity3D.pdb │ │ │ ├── Photon3Unity3D.pdb.meta │ │ │ ├── Photon3Unity3D.pri │ │ │ └── Photon3Unity3D.pri.meta │ │ ├── Photon3Unity3D.dll │ │ ├── Photon3Unity3D.dll.meta │ │ ├── Photon3Unity3D.pdb │ │ ├── Photon3Unity3D.pdb.meta │ │ ├── Photon3Unity3D.xml │ │ ├── Photon3Unity3D.xml.meta │ │ ├── WebSocket.meta │ │ ├── WebSocket │ │ │ ├── SocketWebTcp.cs │ │ │ ├── SocketWebTcp.cs.meta │ │ │ ├── WebSocket.cs │ │ │ ├── WebSocket.cs.meta │ │ │ ├── WebSocket.jslib │ │ │ ├── WebSocket.jslib.meta │ │ │ ├── websocket-sharp.README │ │ │ ├── websocket-sharp.README.meta │ │ │ ├── websocket-sharp.dll │ │ │ └── websocket-sharp.dll.meta │ │ ├── changes-library.txt │ │ ├── changes-library.txt.meta │ │ ├── netstandard2.0.meta │ │ └── netstandard2.0 │ │ │ ├── Photon3Unity3D.deps.json │ │ │ ├── Photon3Unity3D.deps.json.meta │ │ │ ├── Photon3Unity3D.dll │ │ │ ├── Photon3Unity3D.dll.meta │ │ │ ├── Photon3Unity3D.pdb │ │ │ ├── Photon3Unity3D.pdb.meta │ │ │ ├── Photon3Unity3D.xml │ │ │ └── Photon3Unity3D.xml.meta │ ├── PhotonNetworking-Documentation.chm │ ├── PhotonNetworking-Documentation.chm.meta │ ├── PhotonNetworking-Documentation.pdf │ ├── PhotonNetworking-Documentation.pdf.meta │ ├── PhotonRealtime.meta │ ├── PhotonRealtime │ │ ├── Code.meta │ │ ├── Code │ │ │ ├── AppSettings.cs │ │ │ ├── AppSettings.cs.meta │ │ │ ├── ConnectionHandler.cs │ │ │ ├── ConnectionHandler.cs.meta │ │ │ ├── CustomTypesUnity.cs │ │ │ ├── CustomTypesUnity.cs.meta │ │ │ ├── Extensions.cs │ │ │ ├── Extensions.cs.meta │ │ │ ├── FriendInfo.cs │ │ │ ├── FriendInfo.cs.meta │ │ │ ├── LoadBalancingClient.cs │ │ │ ├── LoadBalancingClient.cs.meta │ │ │ ├── LoadbalancingPeer.cs │ │ │ ├── LoadbalancingPeer.cs.meta │ │ │ ├── PhotonPing.cs │ │ │ ├── PhotonPing.cs.meta │ │ │ ├── PhotonPingClasses.cs │ │ │ ├── PhotonPingClasses.cs.meta │ │ │ ├── PhotonRealtime.asmdef │ │ │ ├── PhotonRealtime.asmdef.meta │ │ │ ├── Player.cs │ │ │ ├── Player.cs.meta │ │ │ ├── Region.cs │ │ │ ├── Region.cs.meta │ │ │ ├── RegionHandler.cs │ │ │ ├── RegionHandler.cs.meta │ │ │ ├── Room.cs │ │ │ ├── Room.cs.meta │ │ │ ├── RoomInfo.cs │ │ │ ├── RoomInfo.cs.meta │ │ │ ├── SupportLogger.cs │ │ │ ├── SupportLogger.cs.meta │ │ │ ├── Unity.meta │ │ │ ├── Unity │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── AccountService.cs │ │ │ │ │ ├── AccountService.cs.meta │ │ │ │ │ ├── PhotonEditorUtils.cs │ │ │ │ │ └── PhotonEditorUtils.cs.meta │ │ │ │ ├── PhotonAppSettings.cs │ │ │ │ └── PhotonAppSettings.cs.meta │ │ │ ├── WebRpc.cs │ │ │ ├── WebRpc.cs.meta │ │ │ ├── changes-realtime.txt │ │ │ └── changes-realtime.txt.meta │ │ ├── Demos.meta │ │ └── Demos │ │ │ ├── DemoLoadBalancing.meta │ │ │ └── DemoLoadBalancing │ │ │ ├── ConnectAndJoinRandomLb.cs │ │ │ ├── ConnectAndJoinRandomLb.cs.meta │ │ │ ├── DemoLoadBalancing-Scene.unity │ │ │ ├── DemoLoadBalancing-Scene.unity.meta │ │ │ ├── Jura-Medium-LB.ttf │ │ │ └── Jura-Medium-LB.ttf.meta │ ├── PhotonUnityNetworking.meta │ └── PhotonUnityNetworking │ │ ├── Code.meta │ │ ├── Code │ │ ├── CustomTypes.cs │ │ ├── CustomTypes.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── CopyIcon.png │ │ │ ├── CopyIcon.png.meta │ │ │ ├── CopyIconPro.png │ │ │ ├── CopyIconPro.png.meta │ │ │ ├── PhotonEditor.cs │ │ │ ├── PhotonEditor.cs.meta │ │ │ ├── PhotonGUI.cs │ │ │ ├── PhotonGUI.cs.meta │ │ │ ├── PhotonUnityNetworking.Editor.asmdef │ │ │ ├── PhotonUnityNetworking.Editor.asmdef.meta │ │ │ ├── PhotonViewHandler.cs │ │ │ ├── PhotonViewHandler.cs.meta │ │ │ ├── PhotonViewInspector.cs │ │ │ ├── PhotonViewInspector.cs.meta │ │ │ ├── PunGradient.png │ │ │ ├── PunGradient.png.meta │ │ │ ├── PunSceneSettings.cs │ │ │ ├── PunSceneSettings.cs.meta │ │ │ ├── PunSceneSettingsFile.asset │ │ │ ├── PunSceneSettingsFile.asset.meta │ │ │ ├── PunSceneSettingsInspector.cs │ │ │ ├── PunSceneSettingsInspector.cs.meta │ │ │ ├── ReordableList.meta │ │ │ ├── ReordableList │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── LICENSE.txt.meta │ │ │ │ ├── ReorderableListResources.cs │ │ │ │ └── ReorderableListResources.cs.meta │ │ │ ├── ServerSettingsInspector.cs │ │ │ ├── ServerSettingsInspector.cs.meta │ │ │ ├── Views.meta │ │ │ ├── Views │ │ │ │ ├── MonoBehaviourPunEditor.cs │ │ │ │ ├── MonoBehaviourPunEditor.cs.meta │ │ │ │ ├── PhotonAnimatorViewEditor.cs │ │ │ │ ├── PhotonAnimatorViewEditor.cs.meta │ │ │ │ ├── PhotonRigidbody2DViewEditor.cs │ │ │ │ ├── PhotonRigidbody2DViewEditor.cs.meta │ │ │ │ ├── PhotonRigidbodyViewEditor.cs │ │ │ │ ├── PhotonRigidbodyViewEditor.cs.meta │ │ │ │ ├── PhotonTransformViewClassicEditor.cs │ │ │ │ ├── PhotonTransformViewClassicEditor.cs.meta │ │ │ │ ├── PhotonTransformViewEditor.cs │ │ │ │ └── PhotonTransformViewEditor.cs.meta │ │ │ ├── help.png │ │ │ └── help.png.meta │ │ ├── Enums.cs │ │ ├── Enums.cs.meta │ │ ├── Interfaces.meta │ │ ├── Interfaces │ │ │ ├── IPhotonViewCallbacks.cs │ │ │ ├── IPhotonViewCallbacks.cs.meta │ │ │ ├── IPunCallbacks.cs │ │ │ └── IPunCallbacks.cs.meta │ │ ├── PhotonHandler.cs │ │ ├── PhotonHandler.cs.meta │ │ ├── PhotonNetwork.cs │ │ ├── PhotonNetwork.cs.meta │ │ ├── PhotonNetworkPart.cs │ │ ├── PhotonNetworkPart.cs.meta │ │ ├── PhotonStreamQueue.cs │ │ ├── PhotonStreamQueue.cs.meta │ │ ├── PhotonUnityNetworking.asmdef │ │ ├── PhotonUnityNetworking.asmdef.meta │ │ ├── PhotonView.cs │ │ ├── PhotonView.cs.meta │ │ ├── PunClasses.cs │ │ ├── PunClasses.cs.meta │ │ ├── ServerSettings.cs │ │ ├── ServerSettings.cs.meta │ │ ├── Utilities.meta │ │ ├── Utilities │ │ │ ├── NestedComponentUtilities.cs │ │ │ └── NestedComponentUtilities.cs.meta │ │ ├── Views.meta │ │ └── Views │ │ │ ├── PhotonAnimatorView.cs │ │ │ ├── PhotonAnimatorView.cs.meta │ │ │ ├── PhotonRigidbody2DView.cs │ │ │ ├── PhotonRigidbody2DView.cs.meta │ │ │ ├── PhotonRigidbodyView.cs │ │ │ ├── PhotonRigidbodyView.cs.meta │ │ │ ├── PhotonTransformView.cs │ │ │ ├── PhotonTransformView.cs.meta │ │ │ ├── PhotonTransformViewClassic.cs │ │ │ └── PhotonTransformViewClassic.cs.meta │ │ ├── Demos.meta │ │ ├── Demos │ │ ├── DemoAsteroids.meta │ │ ├── DemoAsteroids │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── FlyerAsteroid.mat │ │ │ │ ├── FlyerAsteroid.mat.meta │ │ │ │ ├── FlyerPlayership.mat │ │ │ │ ├── FlyerPlayership.mat.meta │ │ │ │ ├── ParticleAfterburner.mat │ │ │ │ ├── ParticleAfterburner.mat.meta │ │ │ │ ├── WhiteSmooth.mat │ │ │ │ ├── WhiteSmooth.mat.meta │ │ │ │ ├── WhiteUnlit.mat │ │ │ │ └── WhiteUnlit.mat.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── Asteroid01.fbx │ │ │ │ ├── Asteroid01.fbx.meta │ │ │ │ ├── FlyerAsteroidB.fbx │ │ │ │ ├── FlyerAsteroidB.fbx.meta │ │ │ │ ├── LaserBolt.fbx │ │ │ │ ├── LaserBolt.fbx.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── Asteroid.mat │ │ │ │ │ ├── Asteroid.mat.meta │ │ │ │ │ ├── FlyerAsteroid1.mat │ │ │ │ │ ├── FlyerAsteroid1.mat.meta │ │ │ │ │ ├── SpaceshipGlow.mat │ │ │ │ │ ├── SpaceshipGlow.mat.meta │ │ │ │ │ ├── SpaceshipHull.mat │ │ │ │ │ └── SpaceshipHull.mat.meta │ │ │ │ ├── Spaceship.fbx │ │ │ │ └── Spaceship.fbx.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── Bullet.prefab │ │ │ │ ├── Bullet.prefab.meta │ │ │ │ ├── PlayerListEntry.prefab │ │ │ │ ├── PlayerListEntry.prefab.meta │ │ │ │ ├── PlayerOverviewEntry.prefab │ │ │ │ ├── PlayerOverviewEntry.prefab.meta │ │ │ │ ├── RoomListEntry.prefab │ │ │ │ └── RoomListEntry.prefab.meta │ │ │ ├── Resources.meta │ │ │ ├── Resources │ │ │ │ ├── BigAsteroid.prefab │ │ │ │ ├── BigAsteroid.prefab.meta │ │ │ │ ├── SmallAsteroid.prefab │ │ │ │ ├── SmallAsteroid.prefab.meta │ │ │ │ ├── Spaceship.prefab │ │ │ │ └── Spaceship.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── DemoAsteroids-GameScene.unity │ │ │ │ ├── DemoAsteroids-GameScene.unity.meta │ │ │ │ ├── DemoAsteroids-LobbyScene.unity │ │ │ │ └── DemoAsteroids-LobbyScene.unity.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── AsteroidsGame.cs │ │ │ │ ├── AsteroidsGame.cs.meta │ │ │ │ ├── Game.meta │ │ │ │ ├── Game │ │ │ │ │ ├── Asteroid.cs │ │ │ │ │ ├── Asteroid.cs.meta │ │ │ │ │ ├── AsteroidsGameManager.cs │ │ │ │ │ ├── AsteroidsGameManager.cs.meta │ │ │ │ │ ├── Bullet.cs │ │ │ │ │ ├── Bullet.cs.meta │ │ │ │ │ ├── PlayerOverviewPanel.cs │ │ │ │ │ ├── PlayerOverviewPanel.cs.meta │ │ │ │ │ ├── Spaceship.cs │ │ │ │ │ └── Spaceship.cs.meta │ │ │ │ ├── Lobby.meta │ │ │ │ └── Lobby │ │ │ │ │ ├── LobbyMainPanel.cs │ │ │ │ │ ├── LobbyMainPanel.cs.meta │ │ │ │ │ ├── LobbyTopPanel.cs │ │ │ │ │ ├── LobbyTopPanel.cs.meta │ │ │ │ │ ├── PlayerListEntry.cs │ │ │ │ │ ├── PlayerListEntry.cs.meta │ │ │ │ │ ├── RoomListEntry.cs │ │ │ │ │ └── RoomListEntry.cs.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── FlyerAsteroidEmissive.tif │ │ │ │ ├── FlyerAsteroidEmissive.tif.meta │ │ │ │ ├── FlyerPlayershipAlbedo.tif │ │ │ │ ├── FlyerPlayershipAlbedo.tif.meta │ │ │ │ ├── FlyerPlayershipEmission.tif │ │ │ │ ├── FlyerPlayershipEmission.tif.meta │ │ │ │ ├── FlyerPlayershipOcclusion.tif │ │ │ │ └── FlyerPlayershipOcclusion.tif.meta │ │ ├── DemoHub.meta │ │ ├── DemoHub │ │ │ ├── DemoHub-Scene.unity │ │ │ ├── DemoHub-Scene.unity.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PunDemos.DemoHubEditor.asmdef │ │ │ │ ├── PunDemos.DemoHubEditor.asmdef.meta │ │ │ │ ├── PunStartup.cs │ │ │ │ └── PunStartup.cs.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── DemoHubManager.cs │ │ │ │ ├── DemoHubManager.cs.meta │ │ │ │ ├── ToDemoHubButton.cs │ │ │ │ └── ToDemoHubButton.cs.meta │ │ │ ├── Sprites.meta │ │ │ ├── Sprites │ │ │ │ ├── Gradient.png │ │ │ │ ├── Gradient.png.meta │ │ │ │ ├── OutlinedSquaredBox.png │ │ │ │ ├── OutlinedSquaredBox.png.meta │ │ │ │ ├── PunIcon-White-129.png │ │ │ │ ├── PunIcon-White-129.png.meta │ │ │ │ ├── toHub.png │ │ │ │ └── toHub.png.meta │ │ │ ├── toHub.png │ │ │ └── toHub.png.meta │ │ ├── DemoProcedural.meta │ │ ├── DemoProcedural │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── Black.mat │ │ │ │ ├── Black.mat.meta │ │ │ │ ├── LightGreen.mat │ │ │ │ ├── LightGreen.mat.meta │ │ │ │ ├── Orange.mat │ │ │ │ ├── Orange.mat.meta │ │ │ │ ├── Red.mat │ │ │ │ ├── Red.mat.meta │ │ │ │ ├── Yellow.mat │ │ │ │ └── Yellow.mat.meta │ │ │ ├── Procedural-Scene.unity │ │ │ ├── Procedural-Scene.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── Block.cs │ │ │ │ ├── Block.cs.meta │ │ │ │ ├── Cluster.cs │ │ │ │ ├── Cluster.cs.meta │ │ │ │ ├── IngameControlPanel.cs │ │ │ │ ├── IngameControlPanel.cs.meta │ │ │ │ ├── Noise.cs │ │ │ │ ├── Noise.cs.meta │ │ │ │ ├── ProceduralController.cs │ │ │ │ ├── ProceduralController.cs.meta │ │ │ │ ├── WorldGenerator.cs │ │ │ │ └── WorldGenerator.cs.meta │ │ ├── DemoSlotRacer.meta │ │ ├── DemoSlotRacer │ │ │ ├── Kenney Assets.meta │ │ │ ├── Kenney Assets │ │ │ │ ├── Copyrights.txt │ │ │ │ ├── Copyrights.txt.meta │ │ │ │ ├── Racing Kit.meta │ │ │ │ ├── Racing Kit │ │ │ │ │ ├── Models.meta │ │ │ │ │ └── Models │ │ │ │ │ │ ├── Materials.meta │ │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── _defaultMat.mat │ │ │ │ │ │ ├── _defaultMat.mat.meta │ │ │ │ │ │ ├── bark.mat │ │ │ │ │ │ ├── bark.mat.meta │ │ │ │ │ │ ├── grass.mat │ │ │ │ │ │ ├── grass.mat.meta │ │ │ │ │ │ ├── grey.mat │ │ │ │ │ │ ├── grey.mat.meta │ │ │ │ │ │ ├── red.mat │ │ │ │ │ │ ├── red.mat.meta │ │ │ │ │ │ ├── road.mat │ │ │ │ │ │ ├── road.mat.meta │ │ │ │ │ │ ├── tankco.mat │ │ │ │ │ │ ├── tankco.mat.meta │ │ │ │ │ │ ├── wall.mat │ │ │ │ │ │ ├── wall.mat.meta │ │ │ │ │ │ ├── white.mat │ │ │ │ │ │ └── white.mat.meta │ │ │ │ │ │ ├── Textures.meta │ │ │ │ │ │ ├── Textures │ │ │ │ │ │ ├── tankco.png │ │ │ │ │ │ └── tankco.png.meta │ │ │ │ │ │ ├── billboardLower.fbx │ │ │ │ │ │ ├── billboardLower.fbx.meta │ │ │ │ │ │ ├── flagGreen.fbx │ │ │ │ │ │ ├── flagGreen.fbx.meta │ │ │ │ │ │ ├── rail.fbx │ │ │ │ │ │ ├── rail.fbx.meta │ │ │ │ │ │ ├── roadCornerSmall.fbx │ │ │ │ │ │ ├── roadCornerSmall.fbx.meta │ │ │ │ │ │ ├── roadCornerSmallBorder.fbx │ │ │ │ │ │ ├── roadCornerSmallBorder.fbx.meta │ │ │ │ │ │ ├── roadRampLongCurvedWall.fbx │ │ │ │ │ │ ├── roadRampLongCurvedWall.fbx.meta │ │ │ │ │ │ ├── roadStart.fbx │ │ │ │ │ │ ├── roadStart.fbx.meta │ │ │ │ │ │ ├── roadStartPositions.fbx │ │ │ │ │ │ ├── roadStartPositions.fbx.meta │ │ │ │ │ │ ├── roadStraight.fbx │ │ │ │ │ │ ├── roadStraight.fbx.meta │ │ │ │ │ │ ├── roadStraightBridgeStart.fbx │ │ │ │ │ │ └── roadStraightBridgeStart.fbx.meta │ │ │ │ ├── Stylized city.meta │ │ │ │ └── Stylized city │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Materials │ │ │ │ │ ├── 11 - Default.mat │ │ │ │ │ ├── 11 - Default.mat.meta │ │ │ │ │ ├── 13 - Default.mat │ │ │ │ │ ├── 13 - Default.mat.meta │ │ │ │ │ ├── 13 - Default22662.mat │ │ │ │ │ ├── 13 - Default22662.mat.meta │ │ │ │ │ ├── 13 - Default54.mat │ │ │ │ │ ├── 13 - Default54.mat.meta │ │ │ │ │ ├── 20 - Default.mat │ │ │ │ │ ├── 20 - Default.mat.meta │ │ │ │ │ ├── 22 - Default.mat │ │ │ │ │ ├── 22 - Default.mat.meta │ │ │ │ │ ├── 24 - Default.mat │ │ │ │ │ ├── 24 - Default.mat.meta │ │ │ │ │ ├── No Name.mat │ │ │ │ │ ├── No Name.mat.meta │ │ │ │ │ ├── car.mat │ │ │ │ │ ├── car.mat.meta │ │ │ │ │ ├── ground_green.mat │ │ │ │ │ ├── ground_green.mat.meta │ │ │ │ │ ├── ground_green232.mat │ │ │ │ │ ├── ground_green232.mat.meta │ │ │ │ │ ├── insides_2.mat │ │ │ │ │ ├── insides_2.mat.meta │ │ │ │ │ ├── insides_3.mat │ │ │ │ │ ├── insides_3.mat.meta │ │ │ │ │ ├── leaves_palm_243.mat │ │ │ │ │ ├── leaves_palm_243.mat.meta │ │ │ │ │ ├── roof.mat │ │ │ │ │ ├── roof.mat.meta │ │ │ │ │ ├── tank.mat │ │ │ │ │ ├── tank.mat.meta │ │ │ │ │ ├── windows_2.mat │ │ │ │ │ └── windows_2.mat.meta │ │ │ │ │ ├── Models.meta │ │ │ │ │ └── Models │ │ │ │ │ ├── bush1.FBX │ │ │ │ │ ├── bush1.FBX.meta │ │ │ │ │ ├── car_1.FBX │ │ │ │ │ ├── car_1.FBX.meta │ │ │ │ │ ├── car_3.FBX │ │ │ │ │ ├── car_3.FBX.meta │ │ │ │ │ ├── car_4.FBX │ │ │ │ │ ├── car_4.FBX.meta │ │ │ │ │ ├── hamvee.FBX │ │ │ │ │ ├── hamvee.FBX.meta │ │ │ │ │ ├── tree_1.FBX │ │ │ │ │ ├── tree_1.FBX.meta │ │ │ │ │ ├── tree_6.FBX │ │ │ │ │ └── tree_6.FBX.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── SlotCar_A.prefab │ │ │ │ ├── SlotCar_A.prefab.meta │ │ │ │ ├── SlotCar_B.prefab │ │ │ │ ├── SlotCar_B.prefab.meta │ │ │ │ ├── SlotCar_C.prefab │ │ │ │ ├── SlotCar_C.prefab.meta │ │ │ │ ├── SlotCar_D.prefab │ │ │ │ └── SlotCar_D.prefab.meta │ │ │ ├── Resources.meta │ │ │ ├── Resources │ │ │ │ ├── Player Controller.prefab │ │ │ │ └── Player Controller.prefab.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── BezierCurve.meta │ │ │ │ ├── BezierCurve │ │ │ │ │ ├── Bezier.cs │ │ │ │ │ ├── Bezier.cs.meta │ │ │ │ │ ├── BezierControlPointMode.cs │ │ │ │ │ ├── BezierControlPointMode.cs.meta │ │ │ │ │ ├── BezierCurve.cs │ │ │ │ │ ├── BezierCurve.cs.meta │ │ │ │ │ ├── BezierSpline.cs │ │ │ │ │ ├── BezierSpline.cs.meta │ │ │ │ │ ├── Editor.meta │ │ │ │ │ ├── Editor │ │ │ │ │ │ ├── BezierCurveInspector.cs │ │ │ │ │ │ ├── BezierCurveInspector.cs.meta │ │ │ │ │ │ ├── BezierSplineInspector.cs │ │ │ │ │ │ ├── BezierSplineInspector.cs.meta │ │ │ │ │ │ ├── LineInspector.cs │ │ │ │ │ │ ├── LineInspector.cs.meta │ │ │ │ │ │ ├── PunDemos.DemoSlotcarEditor.asmdef │ │ │ │ │ │ └── PunDemos.DemoSlotcarEditor.asmdef.meta │ │ │ │ │ ├── Line.cs │ │ │ │ │ ├── Line.cs.meta │ │ │ │ │ ├── SplinePosition.cs │ │ │ │ │ ├── SplinePosition.cs.meta │ │ │ │ │ ├── SplineWalker.cs │ │ │ │ │ └── SplineWalker.cs.meta │ │ │ │ ├── PlayerControl.cs │ │ │ │ ├── PlayerControl.cs.meta │ │ │ │ ├── SlotLanes.cs │ │ │ │ ├── SlotLanes.cs.meta │ │ │ │ ├── SlotRacerSplashScreen.cs │ │ │ │ └── SlotRacerSplashScreen.cs.meta │ │ │ ├── SlotCar-Scene.meta │ │ │ ├── SlotCar-Scene.unity │ │ │ ├── SlotCar-Scene.unity.meta │ │ │ └── SlotCar-Scene │ │ │ │ ├── LightingData.asset │ │ │ │ ├── LightingData.asset.meta │ │ │ │ ├── ReflectionProbe-0.exr │ │ │ │ └── ReflectionProbe-0.exr.meta │ │ ├── PhotonUnityNetworking.Demos.asmdef │ │ ├── PhotonUnityNetworking.Demos.asmdef.meta │ │ ├── PunBasics-Tutorial.meta │ │ ├── PunBasics-Tutorial │ │ │ ├── Animator.meta │ │ │ ├── Animator │ │ │ │ ├── Kyle Robot.controller │ │ │ │ └── Kyle Robot.controller.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── Red Beam.mat │ │ │ │ ├── Red Beam.mat.meta │ │ │ │ ├── UnitTextureGreen12x.mat │ │ │ │ ├── UnitTextureGreen12x.mat.meta │ │ │ │ ├── UnitTextureRed12x.mat │ │ │ │ ├── UnitTextureRed12x.mat.meta │ │ │ │ ├── UnitTextureYellow12x.mat │ │ │ │ └── UnitTextureYellow12x.mat.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── Demo Intro UI.prefab │ │ │ │ ├── Demo Intro UI.prefab.meta │ │ │ │ ├── Game Manager.prefab │ │ │ │ ├── Game Manager.prefab.meta │ │ │ │ ├── Player UI.prefab │ │ │ │ ├── Player UI.prefab.meta │ │ │ │ ├── Quit Room Button.prefab │ │ │ │ └── Quit Room Button.prefab.meta │ │ │ ├── Resources.meta │ │ │ ├── Resources │ │ │ │ ├── My Robot Kyle -done-.prefab │ │ │ │ └── My Robot Kyle -done-.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── PunBasics-Launcher.unity │ │ │ │ ├── PunBasics-Launcher.unity.meta │ │ │ │ ├── PunBasics-Room for 1.unity │ │ │ │ ├── PunBasics-Room for 1.unity.meta │ │ │ │ ├── PunBasics-Room for 2.unity │ │ │ │ ├── PunBasics-Room for 2.unity.meta │ │ │ │ ├── PunBasics-Room for 3.unity │ │ │ │ ├── PunBasics-Room for 3.unity.meta │ │ │ │ ├── PunBasics-Room for 4.unity │ │ │ │ └── PunBasics-Room for 4.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── CameraWork.cs │ │ │ │ ├── CameraWork.cs.meta │ │ │ │ ├── GameManager.cs │ │ │ │ ├── GameManager.cs.meta │ │ │ │ ├── Launcher.cs │ │ │ │ ├── Launcher.cs.meta │ │ │ │ ├── LoaderAnime.cs │ │ │ │ ├── LoaderAnime.cs.meta │ │ │ │ ├── PlayerAnimatorManager.cs │ │ │ │ ├── PlayerAnimatorManager.cs.meta │ │ │ │ ├── PlayerManager.cs │ │ │ │ ├── PlayerManager.cs.meta │ │ │ │ ├── PlayerNameInputField.cs │ │ │ │ ├── PlayerNameInputField.cs.meta │ │ │ │ ├── PlayerUI.cs │ │ │ │ └── PlayerUI.cs.meta │ │ ├── PunCockpit.meta │ │ ├── PunCockpit │ │ │ ├── Forms.meta │ │ │ ├── Forms │ │ │ │ ├── ConnectToRegionUIForm.cs │ │ │ │ ├── ConnectToRegionUIForm.cs.meta │ │ │ │ ├── CreateRoomUiForm.cs │ │ │ │ ├── CreateRoomUiForm.cs.meta │ │ │ │ ├── LoadLevelUIForm.cs │ │ │ │ ├── LoadLevelUIForm.cs.meta │ │ │ │ ├── SetRoomCustomPropertyUIForm.cs │ │ │ │ ├── SetRoomCustomPropertyUIForm.cs.meta │ │ │ │ ├── UserIdUiForm.cs │ │ │ │ └── UserIdUiForm.cs.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── Help Button.prefab │ │ │ │ ├── Help Button.prefab.meta │ │ │ │ ├── Tab Toggle.prefab │ │ │ │ └── Tab Toggle.prefab.meta │ │ │ ├── PunCockpit-Scene.unity │ │ │ ├── PunCockpit-Scene.unity.meta │ │ │ ├── PunCockpit.cs │ │ │ ├── PunCockpit.cs.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── Autonomous UI.meta │ │ │ │ ├── Autonomous UI │ │ │ │ ├── AutoSyncSceneToggle.cs │ │ │ │ ├── AutoSyncSceneToggle.cs.meta │ │ │ │ ├── BackgroundTimeOutField.cs │ │ │ │ ├── BackgroundTimeOutField.cs.meta │ │ │ │ ├── CrcCheckToggle.cs │ │ │ │ ├── CrcCheckToggle.cs.meta │ │ │ │ ├── CurrentRoom.meta │ │ │ │ ├── CurrentRoom │ │ │ │ │ ├── CurrentRoomIsOpenToggle.cs │ │ │ │ │ ├── CurrentRoomIsOpenToggle.cs.meta │ │ │ │ │ ├── CurrentRoomIsVisibleToggle.cs │ │ │ │ │ └── CurrentRoomIsVisibleToggle.cs.meta │ │ │ │ ├── DocLinkButton.cs │ │ │ │ ├── DocLinkButton.cs.meta │ │ │ │ ├── GameVersionField.cs │ │ │ │ ├── GameVersionField.cs.meta │ │ │ │ ├── Generic.meta │ │ │ │ ├── Generic │ │ │ │ │ ├── BoolInputField.cs │ │ │ │ │ ├── BoolInputField.cs.meta │ │ │ │ │ ├── IntInputField.cs │ │ │ │ │ ├── IntInputField.cs.meta │ │ │ │ │ ├── StringInputField.cs │ │ │ │ │ ├── StringInputField.cs.meta │ │ │ │ │ ├── ToggleExpand.cs │ │ │ │ │ └── ToggleExpand.cs.meta │ │ │ │ ├── LayoutElementMatchSize.cs │ │ │ │ ├── LayoutElementMatchSize.cs.meta │ │ │ │ ├── NickNameField.cs │ │ │ │ ├── NickNameField.cs.meta │ │ │ │ ├── OnlineDocButton.cs │ │ │ │ ├── OnlineDocButton.cs.meta │ │ │ │ ├── SendRateField.cs │ │ │ │ ├── SendRateField.cs.meta │ │ │ │ ├── SendRateOnSerializeField.cs │ │ │ │ └── SendRateOnSerializeField.cs.meta │ │ │ │ ├── Controllers.meta │ │ │ │ ├── Controllers │ │ │ │ ├── PlayerDetailsController.cs │ │ │ │ └── PlayerDetailsController.cs.meta │ │ │ │ ├── InfosPanelPlaceholder.cs │ │ │ │ ├── InfosPanelPlaceholder.cs.meta │ │ │ │ ├── Lists.meta │ │ │ │ ├── Lists │ │ │ │ ├── FriendListCell.cs │ │ │ │ ├── FriendListCell.cs.meta │ │ │ │ ├── FriendListView.cs │ │ │ │ ├── FriendListView.cs.meta │ │ │ │ ├── PlayerListCell.cs │ │ │ │ ├── PlayerListCell.cs.meta │ │ │ │ ├── PlayerListView.cs │ │ │ │ ├── PlayerListView.cs.meta │ │ │ │ ├── PropertyCell.cs │ │ │ │ ├── PropertyCell.cs.meta │ │ │ │ ├── RegionListCell.cs │ │ │ │ ├── RegionListCell.cs.meta │ │ │ │ ├── RegionListView.cs │ │ │ │ ├── RegionListView.cs.meta │ │ │ │ ├── RoomListCell.cs │ │ │ │ ├── RoomListCell.cs.meta │ │ │ │ ├── RoomListView.cs │ │ │ │ └── RoomListView.cs.meta │ │ │ │ ├── PropertyFields.meta │ │ │ │ ├── PropertyFields │ │ │ │ ├── UserIdField.cs │ │ │ │ └── UserIdField.cs.meta │ │ │ │ ├── ReadOnlyProperties.meta │ │ │ │ ├── ReadOnlyProperties │ │ │ │ ├── AppVersionProperty.cs │ │ │ │ ├── AppVersionProperty.cs.meta │ │ │ │ ├── BestRegionInPrefsProperty.cs │ │ │ │ ├── BestRegionInPrefsProperty.cs.meta │ │ │ │ ├── CloudRegionProperty.cs │ │ │ │ ├── CloudRegionProperty.cs.meta │ │ │ │ ├── CountOfPlayersInRoomProperty.cs │ │ │ │ ├── CountOfPlayersInRoomProperty.cs.meta │ │ │ │ ├── CountOfPlayersOnMasterProperty.cs │ │ │ │ ├── CountOfPlayersOnMasterProperty.cs.meta │ │ │ │ ├── CountOfPlayersProperty.cs │ │ │ │ ├── CountOfPlayersProperty.cs.meta │ │ │ │ ├── CountOfRoomsProperty.cs │ │ │ │ ├── CountOfRoomsProperty.cs.meta │ │ │ │ ├── CurrentRoomAutoCleanupProperty.cs │ │ │ │ ├── CurrentRoomAutoCleanupProperty.cs.meta │ │ │ │ ├── CurrentRoomEmptyRoomTtlProperty.cs │ │ │ │ ├── CurrentRoomEmptyRoomTtlProperty.cs.meta │ │ │ │ ├── CurrentRoomExpectedUsersProperty.cs │ │ │ │ ├── CurrentRoomExpectedUsersProperty.cs.meta │ │ │ │ ├── CurrentRoomIsOfflineProperty.cs │ │ │ │ ├── CurrentRoomIsOfflineProperty.cs.meta │ │ │ │ ├── CurrentRoomIsOpenProperty.cs │ │ │ │ ├── CurrentRoomIsOpenProperty.cs.meta │ │ │ │ ├── CurrentRoomIsVisibleProperty.cs │ │ │ │ ├── CurrentRoomIsVisibleProperty.cs.meta │ │ │ │ ├── CurrentRoomMasterClientIdProperty.cs │ │ │ │ ├── CurrentRoomMasterClientIdProperty.cs.meta │ │ │ │ ├── CurrentRoomMaxPlayersProperty.cs │ │ │ │ ├── CurrentRoomMaxPlayersProperty.cs.meta │ │ │ │ ├── CurrentRoomNameProperty.cs │ │ │ │ ├── CurrentRoomNameProperty.cs.meta │ │ │ │ ├── CurrentRoomPlayerCountProperty.cs │ │ │ │ ├── CurrentRoomPlayerCountProperty.cs.meta │ │ │ │ ├── CurrentRoomPlayerTtlProperty.cs │ │ │ │ ├── CurrentRoomPlayerTtlProperty.cs.meta │ │ │ │ ├── CurrentRoomPropertiesListedInLobbyProperty.cs │ │ │ │ ├── CurrentRoomPropertiesListedInLobbyProperty.cs.meta │ │ │ │ ├── GameVersionProperty.cs │ │ │ │ ├── GameVersionProperty.cs.meta │ │ │ │ ├── IsConnectedAndReadyProperty.cs │ │ │ │ ├── IsConnectedAndReadyProperty.cs.meta │ │ │ │ ├── IsConnectedProperty.cs │ │ │ │ ├── IsConnectedProperty.cs.meta │ │ │ │ ├── OfflineModeProperty.cs │ │ │ │ ├── OfflineModeProperty.cs.meta │ │ │ │ ├── PingProperty.cs │ │ │ │ ├── PingProperty.cs.meta │ │ │ │ ├── PropertyListenerBase.cs │ │ │ │ ├── PropertyListenerBase.cs.meta │ │ │ │ ├── ServerAddressProperty.cs │ │ │ │ ├── ServerAddressProperty.cs.meta │ │ │ │ ├── ServerProperty.cs │ │ │ │ └── ServerProperty.cs.meta │ │ │ │ ├── ScoreHelper.cs │ │ │ │ ├── ScoreHelper.cs.meta │ │ │ │ ├── ThirdParty.meta │ │ │ │ └── ThirdParty │ │ │ │ ├── PunCockpitEmbed.cs │ │ │ │ └── PunCockpitEmbed.cs.meta │ │ ├── Shared Assets.meta │ │ ├── Shared Assets │ │ │ ├── Animations.meta │ │ │ ├── Animations │ │ │ │ ├── HumanoidCrouch.fbx │ │ │ │ ├── HumanoidCrouch.fbx.meta │ │ │ │ ├── HumanoidIdle.fbx │ │ │ │ ├── HumanoidIdle.fbx.meta │ │ │ │ ├── HumanoidIdleJumpUp.fbx │ │ │ │ ├── HumanoidIdleJumpUp.fbx.meta │ │ │ │ ├── HumanoidJumpAndFall.fbx │ │ │ │ ├── HumanoidJumpAndFall.fbx.meta │ │ │ │ ├── HumanoidMidAir.fbx │ │ │ │ ├── HumanoidMidAir.fbx.meta │ │ │ │ ├── HumanoidRun.fbx │ │ │ │ ├── HumanoidRun.fbx.meta │ │ │ │ ├── HumanoidRunTurn.fbx │ │ │ │ ├── HumanoidRunTurn.fbx.meta │ │ │ │ ├── HumanoidRunTurnSharp.fbx │ │ │ │ ├── HumanoidRunTurnSharp.fbx.meta │ │ │ │ ├── HumanoidStandTurn.fbx │ │ │ │ ├── HumanoidStandTurn.fbx.meta │ │ │ │ ├── HumanoidWalk.fbx │ │ │ │ ├── HumanoidWalk.fbx.meta │ │ │ │ ├── HumanoidWalkTurn.fbx │ │ │ │ ├── HumanoidWalkTurn.fbx.meta │ │ │ │ ├── HumanoidWalkTurnSharp.fbx │ │ │ │ ├── HumanoidWalkTurnSharp.fbx.meta │ │ │ │ ├── Materials.meta │ │ │ │ └── Materials │ │ │ │ │ ├── EyesMaterial.mat │ │ │ │ │ ├── EyesMaterial.mat.meta │ │ │ │ │ ├── SkinMaterial.mat │ │ │ │ │ ├── SkinMaterial.mat.meta │ │ │ │ │ ├── SuitMaterial.mat │ │ │ │ │ ├── SuitMaterial.mat.meta │ │ │ │ │ ├── TeethMaterial.mat │ │ │ │ │ ├── TeethMaterial.mat.meta │ │ │ │ │ ├── TongueMaterial.mat │ │ │ │ │ └── TongueMaterial.mat.meta │ │ │ ├── Animator.meta │ │ │ ├── Animator │ │ │ │ ├── ThirdPersonAnimatorController.controller │ │ │ │ └── ThirdPersonAnimatorController.controller.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── Gradient.mat │ │ │ │ ├── Gradient.mat.meta │ │ │ │ ├── PlayerDiamond.mat │ │ │ │ ├── PlayerDiamond.mat.meta │ │ │ │ ├── Robot_Color.mat │ │ │ │ ├── Robot_Color.mat.meta │ │ │ │ ├── UnitCircleMaterial.mat │ │ │ │ ├── UnitCircleMaterial.mat.meta │ │ │ │ ├── UnitCircleTexture.mat │ │ │ │ ├── UnitCircleTexture.mat.meta │ │ │ │ ├── UnitTextureBlue.mat │ │ │ │ ├── UnitTextureBlue.mat.meta │ │ │ │ ├── UnitTextureBlue12x.mat │ │ │ │ ├── UnitTextureBlue12x.mat.meta │ │ │ │ ├── UnitTextureRed.mat │ │ │ │ └── UnitTextureRed.mat.meta │ │ │ ├── Models.meta │ │ │ ├── Models │ │ │ │ ├── Pointer.fbx │ │ │ │ ├── Pointer.fbx.meta │ │ │ │ ├── Robot Kyle.fbx │ │ │ │ └── Robot Kyle.fbx.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── PointerPrefab.prefab │ │ │ │ ├── PointerPrefab.prefab.meta │ │ │ │ ├── UI.meta │ │ │ │ └── UI │ │ │ │ │ ├── Button Regular.prefab │ │ │ │ │ ├── Button Regular.prefab.meta │ │ │ │ │ ├── Toggle Regular.prefab │ │ │ │ │ ├── Toggle Regular.prefab.meta │ │ │ │ │ ├── Tooltip.prefab │ │ │ │ │ └── Tooltip.prefab.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── DocLinks.cs │ │ │ │ ├── DocLinks.cs.meta │ │ │ │ ├── ThirdPersonCharacter.cs │ │ │ │ ├── ThirdPersonCharacter.cs.meta │ │ │ │ ├── ThirdPersonUserControl.cs │ │ │ │ └── ThirdPersonUserControl.cs.meta │ │ │ ├── Skin.meta │ │ │ ├── Skin │ │ │ │ ├── 3dText.shader │ │ │ │ ├── 3dText.shader.meta │ │ │ │ ├── BoxBright.png │ │ │ │ ├── BoxBright.png.meta │ │ │ │ ├── BoxOrange.png │ │ │ │ ├── BoxOrange.png.meta │ │ │ │ ├── BoxOrangeRed.png │ │ │ │ ├── BoxOrangeRed.png.meta │ │ │ │ ├── BoxText.png │ │ │ │ ├── BoxText.png.meta │ │ │ │ ├── BoxTextHover.png │ │ │ │ ├── BoxTextHover.png.meta │ │ │ │ ├── DropDown Arrow.png │ │ │ │ ├── DropDown Arrow.png.meta │ │ │ │ ├── DropDown CheckMark.png │ │ │ │ ├── DropDown CheckMark.png.meta │ │ │ │ ├── Jura-Flat-Material.mat │ │ │ │ ├── Jura-Flat-Material.mat.meta │ │ │ │ ├── Jura-Medium.ttf │ │ │ │ ├── Jura-Medium.ttf.meta │ │ │ │ ├── Orbitron Black.ttf │ │ │ │ ├── Orbitron Black.ttf.meta │ │ │ │ ├── RoundedBox.png │ │ │ │ ├── RoundedBox.png.meta │ │ │ │ ├── Toggle.png │ │ │ │ ├── Toggle.png.meta │ │ │ │ ├── ToggleHover.png │ │ │ │ ├── ToggleHover.png.meta │ │ │ │ ├── ToggleOn.png │ │ │ │ ├── ToggleOn.png.meta │ │ │ │ ├── ToggleOnHover.png │ │ │ │ ├── ToggleOnHover.png.meta │ │ │ │ ├── eurof35.ttf │ │ │ │ ├── eurof35.ttf.meta │ │ │ │ ├── eurof_tt.txt │ │ │ │ └── eurof_tt.txt.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── Gradient.png │ │ │ │ ├── Gradient.png.meta │ │ │ │ ├── Robot_Color.png │ │ │ │ ├── Robot_Color.png.meta │ │ │ │ ├── Robot_Normal.png │ │ │ │ ├── Robot_Normal.png.meta │ │ │ │ ├── UnitCircleTexture.png │ │ │ │ ├── UnitCircleTexture.png.meta │ │ │ │ ├── UnitTexture.png │ │ │ │ ├── UnitTexture.png.meta │ │ │ │ ├── UnitTextureBlue.png │ │ │ │ ├── UnitTextureBlue.png.meta │ │ │ │ ├── UnitTextureRed.png │ │ │ │ └── UnitTextureRed.png.meta │ │ ├── WebRpcImplementationExample.cs │ │ └── WebRpcImplementationExample.cs.meta │ │ ├── Icons.meta │ │ ├── Icons │ │ ├── PunIcon-128.png │ │ ├── PunIcon-128.png.meta │ │ ├── PunIconApp128.png │ │ ├── PunIconApp128.png.meta │ │ ├── PunIconApp32.png │ │ ├── PunIconApp32.png.meta │ │ ├── PunIconApp48.png │ │ ├── PunIconApp48.png.meta │ │ ├── PunIconApp512.png │ │ └── PunIconApp512.png.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── PhotonServerSettings.asset │ │ └── PhotonServerSettings.asset.meta │ │ ├── UtilityScripts.meta │ │ ├── UtilityScripts │ │ ├── Culling.meta │ │ ├── Culling │ │ │ ├── CullArea.cs │ │ │ ├── CullArea.cs.meta │ │ │ ├── CullingHandler.cs │ │ │ ├── CullingHandler.cs.meta │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ │ ├── CullAreaEditor.cs │ │ │ │ ├── CullAreaEditor.cs.meta │ │ │ │ ├── PhotonUnityNetworking.Utilities.Culling.Editor.asmdef │ │ │ │ └── PhotonUnityNetworking.Utilities.Culling.Editor.asmdef.meta │ │ ├── Debugging.meta │ │ ├── Debugging │ │ │ ├── PhotonLagSimulationGui.cs │ │ │ ├── PhotonLagSimulationGui.cs.meta │ │ │ ├── PhotonStatsGui.cs │ │ │ ├── PhotonStatsGui.cs.meta │ │ │ ├── PointedAtGameObjectInfo.cs │ │ │ ├── PointedAtGameObjectInfo.cs.meta │ │ │ ├── StatesGui.cs │ │ │ └── StatesGui.cs.meta │ │ ├── PhotonPlayer.meta │ │ ├── PhotonPlayer │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PhotonTeamsManagerInspector.cs │ │ │ │ ├── PhotonTeamsManagerInspector.cs.meta │ │ │ │ ├── PhotonUnityNetworking.Utilities.PhotonPlayer.Editor.asmdef │ │ │ │ ├── PhotonUnityNetworking.Utilities.PhotonPlayer.Editor.asmdef.meta │ │ │ │ ├── PlayerNumberingInspector.cs │ │ │ │ ├── PlayerNumberingInspector.cs.meta │ │ │ │ ├── PunTeamsInspector.cs │ │ │ │ └── PunTeamsInspector.cs.meta │ │ │ ├── PhotonTeamsManager.cs │ │ │ ├── PhotonTeamsManager.cs.meta │ │ │ ├── PlayerNumbering.cs │ │ │ ├── PlayerNumbering.cs.meta │ │ │ ├── PunPlayerScores.cs │ │ │ ├── PunPlayerScores.cs.meta │ │ │ ├── PunTeams.cs │ │ │ └── PunTeams.cs.meta │ │ ├── PhotonUnityNetworking.Utilities.asmdef │ │ ├── PhotonUnityNetworking.Utilities.asmdef.meta │ │ ├── PhotonView.meta │ │ ├── PhotonView │ │ │ ├── SmoothSyncMovement.cs │ │ │ └── SmoothSyncMovement.cs.meta │ │ ├── Prototyping.meta │ │ ├── Prototyping │ │ │ ├── ConnectAndJoinRandom.cs │ │ │ ├── ConnectAndJoinRandom.cs.meta │ │ │ ├── MoveByKeys.cs │ │ │ ├── MoveByKeys.cs.meta │ │ │ ├── OnClickDestroy.cs │ │ │ ├── OnClickDestroy.cs.meta │ │ │ ├── OnClickInstantiate.cs │ │ │ ├── OnClickInstantiate.cs.meta │ │ │ ├── OnClickRpc.cs │ │ │ ├── OnClickRpc.cs.meta │ │ │ ├── OnEscapeQuit.cs │ │ │ ├── OnEscapeQuit.cs.meta │ │ │ ├── OnJoinedInstantiate.cs │ │ │ ├── OnJoinedInstantiate.cs.meta │ │ │ ├── OnStartDelete.cs │ │ │ └── OnStartDelete.cs.meta │ │ ├── Room.meta │ │ ├── Room │ │ │ ├── CountdownTimer.cs │ │ │ └── CountdownTimer.cs.meta │ │ ├── TurnBased.meta │ │ ├── TurnBased │ │ │ ├── PunTurnManager.cs │ │ │ └── PunTurnManager.cs.meta │ │ ├── UI.meta │ │ └── UI │ │ │ ├── ButtonInsideScrollList.cs │ │ │ ├── ButtonInsideScrollList.cs.meta │ │ │ ├── EventSystemSpawner.cs │ │ │ ├── EventSystemSpawner.cs.meta │ │ │ ├── GraphicToggleIsOnTransition.cs │ │ │ ├── GraphicToggleIsOnTransition.cs.meta │ │ │ ├── OnPointerOverTooltip.cs │ │ │ ├── OnPointerOverTooltip.cs.meta │ │ │ ├── TabViewManager.cs │ │ │ ├── TabViewManager.cs.meta │ │ │ ├── TextButtonTransition.cs │ │ │ ├── TextButtonTransition.cs.meta │ │ │ ├── TextToggleIsOnTransition.cs │ │ │ └── TextToggleIsOnTransition.cs.meta │ │ ├── changelog.txt │ │ ├── changelog.txt.meta │ │ ├── link.xml │ │ ├── link.xml.meta │ │ ├── readme.txt │ │ └── readme.txt.meta ├── Resources.meta ├── Resources │ ├── Prefabs.meta │ └── Prefabs │ │ ├── Player.prefab │ │ ├── Player.prefab.meta │ │ ├── RoomItem.prefab │ │ └── RoomItem.prefab.meta ├── Scenes.meta ├── Scenes │ ├── Game.unity │ ├── Game.unity.meta │ ├── Launch.unity │ ├── Launch.unity.meta │ ├── Lobby.unity │ └── Lobby.unity.meta ├── Scripts.meta ├── Scripts │ ├── CameraWork.cs │ ├── CameraWork.cs.meta │ ├── GameManager.cs │ ├── GameManager.cs.meta │ ├── Launcher.cs │ ├── Launcher.cs.meta │ ├── LobbyManager.cs │ ├── LobbyManager.cs.meta │ ├── PlayerManager.cs │ ├── PlayerManager.cs.meta │ ├── RoomItem.cs │ └── RoomItem.cs.meta ├── TextMesh Pro.meta └── TextMesh Pro │ ├── Documentation.meta │ ├── Documentation │ ├── TextMesh Pro User Guide 2016.pdf │ └── TextMesh Pro User Guide 2016.pdf.meta │ ├── Fonts.meta │ ├── Fonts │ ├── LiberationSans - OFL.txt │ ├── LiberationSans - OFL.txt.meta │ ├── LiberationSans.ttf │ └── LiberationSans.ttf.meta │ ├── Resources.meta │ ├── Resources │ ├── Fonts & Materials.meta │ ├── Fonts & Materials │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ ├── LiberationSans SDF - Fallback.asset │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ ├── LiberationSans SDF - Outline.mat │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ ├── LiberationSans SDF.asset │ │ └── LiberationSans SDF.asset.meta │ ├── LineBreaking Following Characters.txt │ ├── LineBreaking Following Characters.txt.meta │ ├── LineBreaking Leading Characters.txt │ ├── LineBreaking Leading Characters.txt.meta │ ├── Sprite Assets.meta │ ├── Sprite Assets │ │ ├── EmojiOne.asset │ │ └── EmojiOne.asset.meta │ ├── Style Sheets.meta │ ├── Style Sheets │ │ ├── Default Style Sheet.asset │ │ └── Default Style Sheet.asset.meta │ ├── TMP Settings.asset │ └── TMP Settings.asset.meta │ ├── Shaders.meta │ ├── Shaders │ ├── TMP_Bitmap-Custom-Atlas.shader │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ ├── TMP_Bitmap-Mobile.shader │ ├── TMP_Bitmap-Mobile.shader.meta │ ├── TMP_Bitmap.shader │ ├── TMP_Bitmap.shader.meta │ ├── TMP_SDF Overlay.shader │ ├── TMP_SDF Overlay.shader.meta │ ├── TMP_SDF SSD.shader │ ├── TMP_SDF SSD.shader.meta │ ├── TMP_SDF-Mobile Masking.shader │ ├── TMP_SDF-Mobile Masking.shader.meta │ ├── TMP_SDF-Mobile Overlay.shader │ ├── TMP_SDF-Mobile Overlay.shader.meta │ ├── TMP_SDF-Mobile SSD.shader │ ├── TMP_SDF-Mobile SSD.shader.meta │ ├── TMP_SDF-Mobile.shader │ ├── TMP_SDF-Mobile.shader.meta │ ├── TMP_SDF-Surface-Mobile.shader │ ├── TMP_SDF-Surface-Mobile.shader.meta │ ├── TMP_SDF-Surface.shader │ ├── TMP_SDF-Surface.shader.meta │ ├── TMP_SDF.shader │ ├── TMP_SDF.shader.meta │ ├── TMP_Sprite.shader │ ├── TMP_Sprite.shader.meta │ ├── TMPro.cginc │ ├── TMPro.cginc.meta │ ├── TMPro_Mobile.cginc │ ├── TMPro_Mobile.cginc.meta │ ├── TMPro_Properties.cginc │ ├── TMPro_Properties.cginc.meta │ ├── TMPro_Surface.cginc │ └── TMPro_Surface.cginc.meta │ ├── Sprites.meta │ └── Sprites │ ├── EmojiOne Attribution.txt │ ├── EmojiOne Attribution.txt.meta │ ├── EmojiOne.json │ ├── EmojiOne.json.meta │ ├── EmojiOne.png │ └── EmojiOne.png.meta ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Packages │ └── com.unity.testtools.codecoverage │ │ └── Settings.json ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset ├── XRSettings.asset └── boot.config └── UserSettings ├── EditorUserSettings.asset ├── Layouts └── default-2021.dwlt └── Search.settings /.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | #/Assets/Firebase 4 | #*.png 5 | /Library 6 | /Logs 7 | /obj 8 | .vs 9 | /Temp 10 | .vsconfig 11 | *.csproj 12 | *.sln 13 | *.zip 14 | /out -------------------------------------------------------------------------------- /Assets/Photon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98951132346795f438babe7a3183da43 3 | folderAsset: yes 4 | timeCreated: 1523536679 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea05e6479d592944d955c2a5e1a6d6f1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af83a98aaa4f7b64eb7fcec95ee7b1ed 3 | folderAsset: yes 4 | timeCreated: 1523525757 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChannelCreationOptions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c1aa0fceaa2bc14eabdf85976f4e2c8 3 | timeCreated: 1549546375 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChannelWellKnownProperties.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5eb508ffb7b7b0f47882f0087a668283 3 | timeCreated: 1547826678 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatAppSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87776a9b1f405644abcc38ecd70c37fb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatChannel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35b2a4878e5e99e438c97fbe8dbbd863 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 692e391fa2a297c45b3d530aa85be610 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatDisconnectCause.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b90b85043f1857f43b94fd00edfc1ef1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatEventCode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 188e4a680bce12d4cbad8d57a24f7d44 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatOperationCode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c90a2a73f3ce648409739c724d3e6cef 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatParameterCode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7a17b60c85fb30448492e397c58c7ce 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatPeer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f712805dec728943a668b3bf19dc422 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f482d8c4fe7ade4cbb08eb4a2d83b39 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/ChatUserStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7db67e7f5face2e42b6daafcaf4e6c82 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/IChatClientListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bab7c8053b486e34aa0d4ca99dcbec80 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/PhotonChat.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PhotonChat", 3 | "references": [], 4 | "optionalUnityReferences": [], 5 | "includePlatforms": [], 6 | "excludePlatforms": [], 7 | "allowUnsafeCode": false, 8 | "overrideReferences": false, 9 | "precompiledReferences": [], 10 | "autoReferenced": true, 11 | "defineConstraints": [] 12 | } -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/PhotonChat.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08a110bd598f7604f9519c2d7e1fb3cc 3 | timeCreated: 1537459565 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Code/changes-chat.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5c3dda6f11fe7845989297c8a603dc2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 801c62f7d03cb463ba20067deb330234 3 | folderAsset: yes 4 | timeCreated: 1537874612 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1aab6e4c105054f7e91af2cf027064d1 3 | folderAsset: yes 4 | timeCreated: 1538395282 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/Common/EventSystemSpawner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd5ff9965d0784cad8e07f5eb9cb9c06 3 | timeCreated: 1538396402 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/Common/OnStartDelete.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b1cdd4de66f84fa1af4cb197e5d901d 3 | timeCreated: 1538396603 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/Common/TextButtonTransition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 060fe8295761a47268586d33ef5673e0 3 | timeCreated: 1538395273 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/Common/TextToggleIsOnTransition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e808171e8963498bb1db072a977d750 3 | timeCreated: 1538395754 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e3a46219ebf94310a9f347733f88f31 3 | folderAsset: yes 4 | timeCreated: 1537874626 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat/AppSettingsExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fcf4818ecc9abf4e9b7e0c37af9b851 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat/ChannelSelector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48caa72710147fc4f9389b0b5ec6137d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat/ChatAppIdCheckerUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4eb1284704a754507acb17b07b888086 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat/ChatGui.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02d148d0890b2d44dbdf7f1c1b39a499 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat/DemoChat-Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec07267f6a28fb044ac89845274e79af 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat/FriendItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 660b16ba396d0465b98be14947420288 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat/IgnoreUiRaycastWhenInactive.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ba4c747f6975ea46bcc0a55ffe3bfe8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonChat/Demos/DemoChat/NamePickGui.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 696a5174ff5e707479b3540eb56d14b7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee1734b1a7bac244bb5f15ecd778b5f2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Metro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 887ac71c799552346b6cf7654fb699cb 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Metro/Photon3Unity3D.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonLibs/Metro/Photon3Unity3D.dll -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Metro/Photon3Unity3D.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonLibs/Metro/Photon3Unity3D.pdb -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Metro/Photon3Unity3D.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ceaf3c270b0c23c44b43fa13cee2675b 3 | timeCreated: 1460035811 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Metro/Photon3Unity3D.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonLibs/Metro/Photon3Unity3D.pri -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Metro/Photon3Unity3D.pri.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3439a9e4030efca45b6cc06240106c02 3 | timeCreated: 1460035811 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Photon3Unity3D.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonLibs/Photon3Unity3D.dll -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Photon3Unity3D.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonLibs/Photon3Unity3D.pdb -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Photon3Unity3D.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93859f4db66a6aa4183dbad399a56e24 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/Photon3Unity3D.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d4f08d435c4b6343969d8af249460ff 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | TextScriptImporter: 9 | userData: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/WebSocket.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f243ce0406bd1c40a9ff5fc2d78d905 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/WebSocket/SocketWebTcp.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac953d6a57a9ea94e96ec689598995d5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/WebSocket/WebSocket.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1bad04f7805f764dba77f0d4518e0f0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/WebSocket/websocket-sharp.README: -------------------------------------------------------------------------------- 1 | websocket-sharp.dll built from https://github.com/sta/websocket-sharp.git, commit 869dfb09778de51081b0ae64bd2c3217cffe0699 on Aug 24, 2016. 2 | 3 | websocket-sharp is provided under The MIT License as mentioned here: https://github.com/sta/websocket-sharp#license -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/WebSocket/websocket-sharp.README.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e262c2b04eaa8440987b50a91e86674 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/WebSocket/websocket-sharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonLibs/WebSocket/websocket-sharp.dll -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/changes-library.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8040d310df77714a90a561261bfb2cb 3 | timeCreated: 1557919981 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: beb9d2a25c882b54ab2fd9adaec2b53c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.deps.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a966b98b651e18748abf2829786b5899 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.dll -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.pdb -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f6296aca03a5574eb30b4277a2076fd 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7015e500cd5b71244af56448dfb59804 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonNetworking-Documentation.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonNetworking-Documentation.chm -------------------------------------------------------------------------------- /Assets/Photon/PhotonNetworking-Documentation.chm.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6923098d409554f57bedd5a4fa66e3ad 3 | timeCreated: 1527163075 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonNetworking-Documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonNetworking-Documentation.pdf -------------------------------------------------------------------------------- /Assets/Photon/PhotonNetworking-Documentation.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c285a840e88d74462a18710772dc4bfb 3 | timeCreated: 1527163075 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b54c221855bde4a4ba511877e7b6b904 3 | folderAsset: yes 4 | timeCreated: 1505899913 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 028784b24103cfd46a9d2eadba4c285f 3 | folderAsset: yes 4 | timeCreated: 1523525776 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/AppSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 272beb7315eb9fc4daecafe2ff373baf 3 | timeCreated: 1521804700 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/ConnectionHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0b3ce6748186d3468e0dbaecb38b04c 3 | timeCreated: 1527243846 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/CustomTypesUnity.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41ee868d8540674982e160cf16e0775 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Extensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c0464991e33a70498abdd85c150cc59 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/FriendInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94ba1138c322ea04c8c37cfbcf87f468 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/LoadBalancingClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4e65968c7102bf42a77b6a5cade8743 3 | timeCreated: 1497614756 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/LoadbalancingPeer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35c989013c977244186e524a4c90dcee 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/PhotonPing.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a2f6055139b44142954461627d344bc 3 | timeCreated: 1524653911 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/PhotonPingClasses.cs: -------------------------------------------------------------------------------- 1 | // this file is no longer used. it can be deleted safely. -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/PhotonPingClasses.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d93148764d7961d4a8b8112bd166cf35 3 | timeCreated: 1494420905 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/PhotonRealtime.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PhotonRealtime", 3 | "references": [], 4 | "includePlatforms": [], 5 | "excludePlatforms": [] 6 | } -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/PhotonRealtime.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 831409e8f9d13b5479a3baef9822ad34 3 | timeCreated: 1537459565 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Player.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3e4b5bebc687044b9c6c2803c36be3d 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Region.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bddf4f4bde2f8dd46927411229ce1302 3 | timeCreated: 1494420905 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/RegionHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 207807222df026f40ac3688a3a051e38 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Room.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17568a7a5552c09428dd48e73548b8b8 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/RoomInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71760b65ad7d5b842942c797a0366fa7 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/SupportLogger.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b61c60d38639484ebbd7f2100dd3d08 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa14aa576f7e18f4bb6c4c93368a235d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Unity/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a02814c0303a60f488813e6111993aaa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Unity/Editor/AccountService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 166dfe22956ef0341b28e18d0499e363 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Unity/Editor/PhotonEditorUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 607340ca505d53d4f8e785423fac7964 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/Unity/PhotonAppSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a389b614f52fbf347a1533dbbf245033 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/WebRpc.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 294b0a24f6c841f48acf4bf696a4d764 3 | timeCreated: 1493901324 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Code/changes-realtime.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 530dcba8d8fbbc24a8894ca925cadd8a 3 | timeCreated: 1558358700 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Demos.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5456c843f3eadef4f86166dc7f3ab583 3 | folderAsset: yes 4 | timeCreated: 1523527335 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Demos/DemoLoadBalancing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32dc3abb17a2b434a9b7b347bdbea7b3 3 | folderAsset: yes 4 | timeCreated: 1513266233 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Demos/DemoLoadBalancing/ConnectAndJoinRandomLb.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72e8756202d0dfc488140c228938043b 3 | timeCreated: 1510583920 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Demos/DemoLoadBalancing/DemoLoadBalancing-Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a73b0cac1a73cc346aaeb5f8dd0b53f1 3 | timeCreated: 1513264275 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonRealtime/Demos/DemoLoadBalancing/Jura-Medium-LB.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonRealtime/Demos/DemoLoadBalancing/Jura-Medium-LB.ttf -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2b6672cc770a19438ff06fcb2637630 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a312e4dbb5268d4e859200f68478e0c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/CustomTypes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab517bd36a2b2504b83979fcad45d4a2 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e14293cef01c2f742a605d63babcb803 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/CopyIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Code/Editor/CopyIcon.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/CopyIconPro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Code/Editor/CopyIconPro.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PhotonEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dabbbed2a74eac44dac281f20d706ba8 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PhotonGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d2cadb1ccf05074e8ce96b1393846cf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PhotonUnityNetworking.Editor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PhotonUnityNetworking.Editor", 3 | "references": [ 4 | "PhotonRealtime", 5 | "PhotonUnityNetworking" 6 | ], 7 | "optionalUnityReferences": [], 8 | "includePlatforms": [ 9 | "Editor" 10 | ], 11 | "excludePlatforms": [], 12 | "allowUnsafeCode": false 13 | } -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PhotonUnityNetworking.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4025d00f1ce60da4ea2d0830acf5ebfb 3 | timeCreated: 1537863428 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PhotonViewHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57b538e62a0ca6248bfd354def935e57 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PhotonViewInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e73a30c46df19194f873ea7a9ce12753 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PunGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Code/Editor/PunGradient.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PunSceneSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc3284eace5a64d4bb516df7d7effdb9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PunSceneSettingsFile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0aacb83307022d449e90a09d28222ae 3 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/PunSceneSettingsInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ad59deacfd0848dcb64a51b0a0eb960 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/ReordableList.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62126d9bb7b8eb64ea07a039d902d0ac 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/ReordableList/LICENSE.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2fbd2e43c3dfae4d9830e9921238cf5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/ReordableList/ReorderableListResources.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60c609ded101b0a468fb5cf27b31cf27 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/ServerSettingsInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21239ba77ac4b534f958e8617ef13ede 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/Views.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6024eaa234f94341af9e45cc99285c7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/Views/MonoBehaviourPunEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6da457ee57ad5794782f1f76644536e4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/Views/PhotonAnimatorViewEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3f61bade114730459f7ad45f5f292c1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/Views/PhotonRigidbody2DViewEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a82e8e86b9eecb40ac3f6ebc949f6ef 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/Views/PhotonRigidbodyViewEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bcfebc9a2f1074488adedd1fe84e6c9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/Views/PhotonTransformViewClassicEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22292ca8ffb574945bedfaf49266672e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/Views/PhotonTransformViewEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8c9ec475ad103b43b901d942ff66e02 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Editor/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Code/Editor/help.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Enums.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7962bbdaba2a4940b1341d755abd40d 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Interfaces.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38ae0eecc6fe5d340b82bb221198aa89 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Interfaces/IPhotonViewCallbacks.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d67b3e094fcbf004da7f8771c17126f3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Interfaces/IPunCallbacks.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 421c323e36c065045b2c44e16a184a9a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/PhotonHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 177bddf229f8d8445a70c0652f03b7df 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/PhotonNetwork.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88e11b3353de7e94d84b1ec5adbdd15e 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/PhotonNetworkPart.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbf2b3734a024f842bd50f8738feb400 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/PhotonStreamQueue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 006991e32d9020c4d896f161318a2bc0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/PhotonUnityNetworking.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PhotonUnityNetworking", 3 | "references": [ 4 | "PhotonRealtime" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false 10 | } -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/PhotonUnityNetworking.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57c32fc907df0f54e8e6e8f0d2488336 3 | timeCreated: 1537459565 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/PunClasses.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f40f16a0227e5c14293e269c875c0f9b 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/ServerSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f3758f8f58fdef43803eb9be1df0608 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Utilities.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d67e11e5c968e60489b4eeec4d85e165 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Utilities/NestedComponentUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40bca7ec270007b40a4de315c071f4d3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Views.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a724ff00b77e85d44a2af6baf46fc6a2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Views/PhotonAnimatorView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b8c4a61274f60b4ea5fb4299cfdbf14 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Views/PhotonRigidbody2DView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e7cb724808c322458aa4d15f5035fa9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Views/PhotonRigidbodyView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64179f3720bbfe947b7724caa67b7c1d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Views/PhotonTransformView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 627855c7f81362d41938ffe0b1475957 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Code/Views/PhotonTransformViewClassic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8efc6b1d64977384eb3405357896c656 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb8ec42b3fa78bd4f9a20b7de289d9cd 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 836b5819c0347f0458f3e374fa3c2230 3 | folderAsset: yes 4 | timeCreated: 1508416790 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb89ce1e7485b214d8f27d2f3901474c 3 | folderAsset: yes 4 | timeCreated: 1505213271 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Materials/FlyerAsteroid.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 968fc57e6928a5448ae7d0644246d534 3 | timeCreated: 1505213348 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Materials/FlyerPlayership.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99fced4bc2985174cac8512dc765d2bc 3 | timeCreated: 1505213348 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Materials/ParticleAfterburner.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc1a05fba9a6af241a25a35b4caf5e27 3 | timeCreated: 1505213349 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Materials/WhiteSmooth.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b05171e12835ff84fb155f51d69d7c31 3 | timeCreated: 1505213348 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Materials/WhiteUnlit.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 073b1ee561def20429e655b5c8893ad4 3 | timeCreated: 1505213348 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffc8b1d9f846b0f4d9e60bafe6e61a83 3 | folderAsset: yes 4 | timeCreated: 1505213276 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Asteroid01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Asteroid01.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/FlyerAsteroidB.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/FlyerAsteroidB.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/LaserBolt.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/LaserBolt.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b0355c289df177488ae398e713b4769 3 | folderAsset: yes 4 | timeCreated: 1505213298 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Materials/Asteroid.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be2c382f522695c4fa3947ac8e1d4457 3 | timeCreated: 1505213349 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Materials/FlyerAsteroid1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 294f02eac9561704ebe4baa5b1bc4163 3 | timeCreated: 1505302910 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Materials/SpaceshipGlow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 609dbe3d30c4bf84ca15ce89479d7919 3 | timeCreated: 1505213348 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Materials/SpaceshipHull.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de6b3d1666741b24597a4349a143eeb7 3 | timeCreated: 1505213349 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Spaceship.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Models/Spaceship.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bec40e338146dc14592b49339a98d089 3 | folderAsset: yes 4 | timeCreated: 1505378214 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Prefabs/Bullet.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5624ee9da9d10514ea7b808e83979c85 3 | timeCreated: 1505221345 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Prefabs/PlayerListEntry.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d68bf8413681d9b4aa7328277e632e3f 3 | timeCreated: 1505379840 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Prefabs/PlayerOverviewEntry.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f03d1c686a26a1d4da99a4186b0bb1ab 3 | timeCreated: 1505982913 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Prefabs/RoomListEntry.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03c5e15309335324fba99d68e38cb08b 3 | timeCreated: 1505378968 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a944631b9e05c542937258f0681e963 3 | folderAsset: yes 4 | timeCreated: 1505218998 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Resources/BigAsteroid.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15f43343ba0a60e47a63d28496373c3f 3 | timeCreated: 1505221098 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Resources/SmallAsteroid.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18a79aea49b60d342b7a672b7a34edbe 3 | timeCreated: 1505221248 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Resources/Spaceship.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 775dd0a15ad25a544b33ad40ef0da1f0 3 | timeCreated: 1505220991 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93a466838cecd764a94035c8b6f1596b 3 | folderAsset: yes 4 | timeCreated: 1505212609 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scenes/DemoAsteroids-GameScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98efc37d6307844488eb3e4247dde7e9 3 | timeCreated: 1505212676 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scenes/DemoAsteroids-LobbyScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8a9d1312a49dc8488a9b32d83d659c7 3 | timeCreated: 1505212662 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ae075de96c44c449ad885c6e84ffb5c 3 | folderAsset: yes 4 | timeCreated: 1505219105 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/AsteroidsGame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3a5d301bebde6547b43d377600a3e57 3 | timeCreated: 1505986699 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d3277e3b6ea2fa4885437f70ca2497c 3 | folderAsset: yes 4 | timeCreated: 1505225963 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Game/Asteroid.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c852cc8bbc743374083cab6f7df68bb7 3 | timeCreated: 1505219178 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Game/Bullet.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6321a7d9112988841b7223ac6a925bfc 3 | timeCreated: 1505219203 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Game/Spaceship.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c565458f43b8ad4469a2ca341c210318 3 | timeCreated: 1505219195 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Lobby.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7087de22e901cb24d91f7c256e564de6 3 | folderAsset: yes 4 | timeCreated: 1505225982 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Lobby/LobbyMainPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84fd812a67908014cb408f749ca7a55e 3 | timeCreated: 1505228123 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Lobby/LobbyTopPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe0a55ef565e3984f8866c5c91e3c2fd 3 | timeCreated: 1505378258 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Lobby/PlayerListEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b92420fa27b32d43a6a35af7781c5d8 3 | timeCreated: 1505382856 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Scripts/Lobby/RoomListEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40b744eae97c5fa47879a477d0f0b667 3 | timeCreated: 1505743562 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc9f7bb3bfb617048b28071ed312932e 3 | folderAsset: yes 4 | timeCreated: 1505213282 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures/FlyerAsteroidEmissive.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures/FlyerAsteroidEmissive.tif -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures/FlyerPlayershipAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures/FlyerPlayershipAlbedo.tif -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures/FlyerPlayershipEmission.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures/FlyerPlayershipEmission.tif -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures/FlyerPlayershipOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoAsteroids/Textures/FlyerPlayershipOcclusion.tif -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76393d857f3f83e4eac6e8fe98f97c3d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/DemoHub-Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7dfd47dc8b9484dd79d8636d8603a9e5 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 857fb0c989c46264a8568187f4ef7fac 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Editor/PunDemos.DemoHubEditor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PunDemos.DemoHubEditor", 3 | "references": [ 4 | "PhotonUnityNetworking", 5 | "PhotonRealtime" 6 | ], 7 | "includePlatforms": [ 8 | "Editor" 9 | ], 10 | "excludePlatforms": [] 11 | } -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Editor/PunDemos.DemoHubEditor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9a89c21e4f5b294eb31fb8166e13303 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Editor/PunStartup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bafe5c223c99ab44a5f70010efdae47 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8b3e10be8e7cbb4a887448e72c0c02a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Scripts/DemoHubManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed6ca7d1055974cc7847025558e8a903 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Scripts/ToDemoHubButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f877c2f2d403a4d4f975fb1fd64fe7e8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf88f7f45947fce43aece510bff3df94 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites/Gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites/Gradient.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites/OutlinedSquaredBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites/OutlinedSquaredBox.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites/PunIcon-White-129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites/PunIcon-White-129.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites/toHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/Sprites/toHub.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/toHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoHub/toHub.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5be0f48c310a256419f65a4919c8ea94 3 | folderAsset: yes 4 | timeCreated: 1521730220 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26fec7636ebd7ae43a99e2c187ed6500 3 | folderAsset: yes 4 | timeCreated: 1524052388 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Materials/Black.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1598ff147655ecb4893e78f88baa9475 3 | timeCreated: 1524052433 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Materials/LightGreen.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd644746d7159df42b0c206b559af881 3 | timeCreated: 1524052433 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Materials/Orange.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09adc4af150569a4cb996354c367b8c8 3 | timeCreated: 1524052433 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Materials/Red.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad7ce727a68a61f4897679b81da7b344 3 | timeCreated: 1524052433 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Materials/Yellow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90623549d4482f042ade35d8a0758e35 3 | timeCreated: 1524052433 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Procedural-Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1fad393017993c4893877b645062417 3 | timeCreated: 1521730297 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66ccfe3c456c20c4f9de20d08685de69 3 | folderAsset: yes 4 | timeCreated: 1521730244 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Scripts/Block.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b205f33043c113489ab36d5b56f7730 3 | timeCreated: 1521735355 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Scripts/Cluster.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fde284a91e7bf14dbf72b084e11736d 3 | timeCreated: 1521731876 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Scripts/IngameControlPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e821c7c24a983d941a2d2c4400ecf9f7 3 | timeCreated: 1522919791 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Scripts/Noise.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 980b260de9546514d80e3d867a591802 3 | timeCreated: 1521731073 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Scripts/ProceduralController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11937abc60ef5bc4796d4b3a3d273f83 3 | timeCreated: 1522938410 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoProcedural/Scripts/WorldGenerator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4190307f26497ca49b67855340776e0a 3 | timeCreated: 1521730317 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f596cf04a966f2c4f99e675fea04c8a0 3 | folderAsset: yes 4 | timeCreated: 1505306596 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbdd20181375f86428af8f3a57e6735f 3 | folderAsset: yes 4 | timeCreated: 1505306496 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Copyrights.txt: -------------------------------------------------------------------------------- 1 | https://kenney.nl/terms-of-service -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Copyrights.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 386ff113c810b4ecfb823874aeb6fb97 3 | timeCreated: 1529322828 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50f8c03879c2eb04d962d57f6a8b831a 3 | folderAsset: yes 4 | timeCreated: 1505306496 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 936c39e82305d734a8b9d5b1dd50ed71 3 | folderAsset: yes 4 | timeCreated: 1505306496 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be4d31381de87b440b448169c5c404d2 3 | folderAsset: yes 4 | timeCreated: 1505306496 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/_defaultMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0a6a86e908f6204ab518387a784ed36 3 | timeCreated: 1495795923 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/bark.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b3826dd21e1d2b4a947c774023d1db3 3 | timeCreated: 1495795924 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/grass.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba3bddb608259184783916ac7915d5a2 3 | timeCreated: 1495795923 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/grey.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b34ebdee5d4d60b43baa8cb211b29444 3 | timeCreated: 1495795922 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/red.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d79812c7a78bb641b1ee85ce7da18c1 3 | timeCreated: 1495795923 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/road.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b56a40ac6992974b8aac0882a4c7555 3 | timeCreated: 1495795922 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/tankco.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cceec12884c418c4bb19cef32dc2abc1 3 | timeCreated: 1495795924 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/wall.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5e9e0cb388c83440adfb6c0c023ee8b 3 | timeCreated: 1495795922 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Materials/white.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db16216c3f288ea4eb77dfefecada55a 3 | timeCreated: 1495795923 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8fffc43e3e50674e971d47c073367c0 3 | folderAsset: yes 4 | timeCreated: 1505306496 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Textures/tankco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Racing Kit/Models/Textures/tankco.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe4d3272b8eadde48bb30e60838d60c0 3 | folderAsset: yes 4 | timeCreated: 1505306496 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95ac6b2ddc0b178448b5cb43bdefc865 3 | folderAsset: yes 4 | timeCreated: 1505306496 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/11 - Default.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7d67d7d7ddb88542b23886a4b496c77 3 | timeCreated: 1447099478 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/13 - Default.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b957742c5b9bfd441b9b330c8b55d0c5 3 | timeCreated: 1446052884 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/13 - Default22662.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d91274cc4a876a439f75445704f421b 3 | timeCreated: 1447000286 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/13 - Default54.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 831e4ea6beda02947bdca5aeb8543156 3 | timeCreated: 1447000285 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/20 - Default.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e1a4e79a3548164da24123dbb0f3566 3 | timeCreated: 1446041123 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/22 - Default.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86080a783905b5740ad2b81f63a2c650 3 | timeCreated: 1446052890 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/24 - Default.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c14837dfa515883428e5652d93e80c72 3 | timeCreated: 1446052884 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/No Name.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a773bd7a075f9534e9c9ed1eb6e9a30f 3 | timeCreated: 1446052883 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/car.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c282d31bf082fca4a822239b62ff8257 3 | timeCreated: 1447339251 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/ground_green.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fef45cc204351a9458f02ad7c0243f18 3 | timeCreated: 1447099478 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/ground_green232.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd4000dd854ad0e40ba2a59fab94cad1 3 | timeCreated: 1446818813 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/insides_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cc3c2bbff5d71d45ab82bdd222f75c3 3 | timeCreated: 1446818813 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/insides_3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdcec2345c1d1af4da10b1c5d9cbff65 3 | timeCreated: 1447000293 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/leaves_palm_243.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fe15af0e28a31a43bf683296709c6b0 3 | timeCreated: 1446816986 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/roof.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ede00b712b6fb134282e1efba44fefd8 3 | timeCreated: 1446052893 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/tank.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 479cbf10a2ba803449168e0148bcdbb5 3 | timeCreated: 1447101578 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Materials/windows_2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db1318ffb13bfef419a8dad09473425d 3 | timeCreated: 1446820451 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Kenney Assets/Stylized city/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b61dc31d0efd4334fb27e47ed08e6851 3 | folderAsset: yes 4 | timeCreated: 1505306496 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50f8208451d3ed4409db37ac905dea56 3 | folderAsset: yes 4 | timeCreated: 1505307338 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Prefabs/SlotCar_A.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4910a004464ca4efa808af20d2eb1e15 3 | timeCreated: 1505307421 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Prefabs/SlotCar_B.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71e3000ee30414d368eeee6d87961b6d 3 | timeCreated: 1505307453 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Prefabs/SlotCar_C.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fd2963e35ed24ba89705127fca0fba1 3 | timeCreated: 1505307466 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Prefabs/SlotCar_D.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9db296b8bb78143c1a5f7fa8f611967e 3 | timeCreated: 1505741548 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c65d62bd709896e4f8984164b2d42853 3 | folderAsset: yes 4 | timeCreated: 1505308577 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Resources/Player Controller.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9248d8e58293473bb27cf2f5505f88b 3 | timeCreated: 1505308581 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81a8e7e851879f549963fd39b6c01587 3 | folderAsset: yes 4 | timeCreated: 1505306695 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 459d76155d5c0d94ea6ece7fac829714 3 | folderAsset: yes 4 | timeCreated: 1505221813 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/Bezier.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b14b8c3e9cc04a13898e1e50c9f1024 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/BezierControlPointMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c78ec24cea4e478bb35a5ce401fa7a6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/BezierCurve.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7b6b4e22427e4efbb847bd026324e59 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/BezierSpline.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b154883273c2845f39445c8015d81639 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d748ea8848c248e449a5ca71e00d9bce 3 | folderAsset: yes 4 | timeCreated: 1504880005 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/Editor/BezierCurveInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28cd1cdefdaf24d6cb98f0cb87845b3a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/Editor/BezierSplineInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 127eddf8173c549d9976751e82f3face 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/Editor/LineInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 668731f6cd4a54b7cbeaea95414d6cec 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/Editor/PunDemos.DemoSlotcarEditor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PunDemos.DemoSlotcarEditor", 3 | "references": [ 4 | "PhotonUnityNetworking.Demos" 5 | ], 6 | "includePlatforms": [ 7 | "Editor" 8 | ], 9 | "excludePlatforms": [] 10 | } -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/Editor/PunDemos.DemoSlotcarEditor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66eabdb1ed6f5d041a6906290472e432 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/Line.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3886e96ecea4f4f0eb98bb0c41a31fbe 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/BezierCurve/SplineWalker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 541a76f9c03874323b5154b14ac00427 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/PlayerControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fde14656bc40455ba65844c093b79a3 3 | timeCreated: 1505220041 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/Scripts/SlotLanes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54c0aa0c215c64226bdfacbeed74edbb 3 | timeCreated: 1505307723 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/SlotCar-Scene.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b9a49bdbbe544cdeaf23d958e5296f8 3 | folderAsset: yes 4 | timeCreated: 1529318862 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/SlotCar-Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 711b38c07f2cf904f81b3422c67f1825 3 | timeCreated: 1504790617 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/SlotCar-Scene/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/SlotCar-Scene/LightingData.asset -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/SlotCar-Scene/LightingData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c8e0d280c24c4aba81a4294e87548ec 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 25800000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/SlotCar-Scene/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/DemoSlotRacer/SlotCar-Scene/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PhotonUnityNetworking.Demos.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PhotonUnityNetworking.Demos", 3 | "references": [ 4 | "PhotonRealtime", 5 | "PhotonUnityNetworking", 6 | "PhotonUnityNetworking.Utilities" 7 | ], 8 | "includePlatforms": [], 9 | "excludePlatforms": [] 10 | } -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PhotonUnityNetworking.Demos.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35cc2632df2760540bcc67312740008b 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f09d91478c1216438bf6766ec098a5d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Animator.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31f7bd43c723b64449fa0af0b5f275ca 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Animator/Kyle Robot.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b222757b9e3844209748206173481c3 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c9c717351b4c854d907ad85549efdd1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Materials/Red Beam.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 409bf720e9924426b9f253cf037a8f4e 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Materials/UnitTextureGreen12x.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c13ddd2bc8fa4e85943376cf7c8bf7d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Materials/UnitTextureRed12x.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f171282ef46c4fbea54d9ab581fcb83 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Materials/UnitTextureYellow12x.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ceba02e8dfaf34474b36fe43b51b69db 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb03de2d6ee429e41a45bd16bf8caf87 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Prefabs/Demo Intro UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f773d1fa10a4f4e0d88490eab5d5b46d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Prefabs/Game Manager.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7fe671fa5d4d4772a4b20715fb9b0ff 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Prefabs/Player UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e41946a981c3b444a84d15eb7c608ca4 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Prefabs/Quit Room Button.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b19bb80838bcf4457bf6f50a19c5593b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c743072c0da989e4ea65fce150e9faa6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Resources/My Robot Kyle -done-.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe764102aa5aa431795da15fa2dec0e2 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2e133c321fc868409cc3a12da290c3a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scenes/PunBasics-Launcher.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bff77b01b50254edbb6edeeaba5ae8b3 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scenes/PunBasics-Room for 1.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b8561c6e396849a5ba48c3eb9524049 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scenes/PunBasics-Room for 2.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 764428c63577f4580af4ce54ca9f4b1b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scenes/PunBasics-Room for 3.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e07afcca5bf1a41f5bd28f498656b7b8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scenes/PunBasics-Room for 4.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7a7f9734636d415ca84ef3aaf7680f6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08e23bebf2a53eb488ac85b9cb4b41fd 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts/CameraWork.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd08475b23aa548b7b9d28397d430b32 3 | labels: 4 | - ExitGames 5 | - PUN 6 | MonoImporter: 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts/GameManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4433564e76b1940028e7e531f171050d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts/Launcher.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4796bc1963eb34e1fa021b0a45b29df4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts/LoaderAnime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df9597db7c55c44e885b8f74697d5ba0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts/PlayerAnimatorManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 507e5741cec8a42dc964c8e0a4b55bd6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts/PlayerManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98fac77b304554f238a61572f5720187 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts/PlayerNameInputField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c22ee30e9b2b34fe38b62e48c7d79dfa 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunBasics-Tutorial/Scripts/PlayerUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dba1a179e553446f0a08606778f559f1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09ab33cdd6af1144ea9ca35ac9f5b719 3 | folderAsset: yes 4 | timeCreated: 1511871151 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Forms.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8206eb39e85921d48879ad858b40a7ee 3 | folderAsset: yes 4 | timeCreated: 1511957079 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Forms/ConnectToRegionUIForm.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7133598fc7a8b4047b3a7b855224fcae 3 | timeCreated: 1527686027 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Forms/CreateRoomUiForm.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93560c151be5f43aaa41c69fba615970 3 | timeCreated: 1511957064 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Forms/LoadLevelUIForm.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f833cfc95509a49658fedf2e4cdc3a62 3 | timeCreated: 1538567673 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Forms/UserIdUiForm.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a37901dfac2364b018833f32816a7a16 3 | timeCreated: 1511871213 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8701c2a6e3904e649bf803cefc241114 3 | folderAsset: yes 4 | timeCreated: 1519212764 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Prefabs/Help Button.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf998ac0cf60141c597aecb3a8ffad74 3 | timeCreated: 1519212767 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Prefabs/Tab Toggle.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 192c18d73e55e466d89edd9bc2ab936d 3 | timeCreated: 1520344180 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/PunCockpit-Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d6d60c803e244e51ba945a84b88757d 3 | timeCreated: 1511870912 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/PunCockpit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f65282626d77d47738989d339cb4f3ff 3 | timeCreated: 1527164509 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2a025fd6ea894647ad6404f32fa2b5e 3 | folderAsset: yes 4 | timeCreated: 1524225548 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/Autonomous UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 474af3605718d36449f5dbe2c9ecdb8c 3 | folderAsset: yes 4 | timeCreated: 1515418582 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/Autonomous UI/CurrentRoom.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44872d445f2594fbeb2bd8fba90f1f08 3 | folderAsset: yes 4 | timeCreated: 1559569017 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/Autonomous UI/Generic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6ff6c1b4167dd340a8b3aaae892b377 3 | folderAsset: yes 4 | timeCreated: 1519216796 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/Controllers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 901592418674487429f301516272f6b6 3 | folderAsset: yes 4 | timeCreated: 1516282208 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/Lists.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d9560529ca07d147b217827aa339f0b 3 | folderAsset: yes 4 | timeCreated: 1511958157 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/Lists/PropertyCell.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b130ea0b2adec46ef87072879b8ac38c 3 | timeCreated: 1516282317 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/Lists/RoomListCell.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 347470b28bdc940a9b92930118dbc7e0 3 | timeCreated: 1511958255 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/Lists/RoomListView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5c9e34bb9f7d43a4a17eb45abbba66e 3 | timeCreated: 1511958165 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/PropertyFields.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 738dd6f6259233a4fb0d3e871097dacf 3 | folderAsset: yes 4 | timeCreated: 1521549690 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/ReadOnlyProperties.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 418caa004faab434da814c76a8704dd8 3 | folderAsset: yes 4 | timeCreated: 1524135954 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/ScoreHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a92eafb6e3fe4390b50c3eefbcc0504 3 | timeCreated: 1532435020 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/PunCockpit/Scripts/ThirdParty.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7a13965037324ac4be99d4b5a939725 3 | folderAsset: yes 4 | timeCreated: 1529324336 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01a8ebbcaee32cd4c883b944fe77e0b9 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f24b3374a6f3eb0489f0bd60a499688d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidCrouch.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidCrouch.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidIdle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidIdle.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidIdleJumpUp.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidIdleJumpUp.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidJumpAndFall.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidJumpAndFall.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidMidAir.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidMidAir.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidRun.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidRun.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidRunTurn.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidRunTurn.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidRunTurnSharp.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidRunTurnSharp.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidStandTurn.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidStandTurn.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidWalk.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidWalk.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidWalkTurn.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidWalkTurn.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidWalkTurnSharp.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidWalkTurnSharp.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35cca3de5691d944fb610576a516bb70 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/Materials/EyesMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce5a83fcea7762541ba43ca5bd854dae 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/Materials/SkinMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37d0d4d178b5dbf449ff0814718dc354 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/Materials/SuitMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed4e4079e2e99084d8d914283565fc5c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/Materials/TeethMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17dd34e8a826d0641a0e0f43da1e03a0 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/Materials/TongueMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28498b9ebcb776a46b3c9479a664bfc7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animator.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2801ac353257134459299cec1ea2273d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animator/ThirdPersonAnimatorController.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2cf68ff4b1ffda45a77f7307dd789b9 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12e34119f8e2e904c9e1e637277bb7eb 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials/Gradient.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32e7ed8e6b80b884bbed8260b788648b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials/PlayerDiamond.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c597444fc6a08854d89baeeff4ba511d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials/Robot_Color.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0aa851515cd3747d6b3b3e461199a2ed 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials/UnitCircleMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb6c12085a6b0a5429029fcd6478a816 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials/UnitCircleTexture.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80114bc117609cd4e9c988f8692e7a68 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials/UnitTextureBlue.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1401c9e6acd739e49a9caa91ab07ac7a 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials/UnitTextureBlue12x.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c676d877ef241ab4686e2f237b1e2f13 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Materials/UnitTextureRed.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c506c95d32f3494e9453ef5c0124b0e 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fa329cda4378e445abea9a25d5c7ffe 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Models/Pointer.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Models/Pointer.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Models/Robot Kyle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Models/Robot Kyle.fbx -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94d57f1478b3a8949843d3d4a2b7f8df 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Prefabs/PointerPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c6977a9ecda14e4e96ea3a71c749c2c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Prefabs/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77cade2e8c1ac9f408322245e2d17cf1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Prefabs/UI/Button Regular.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 395d3cc3d7cf0014a870fee72cbd3490 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Prefabs/UI/Toggle Regular.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82b2227f60269dd46b9a921faca9dc1f 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Prefabs/UI/Tooltip.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87d5aa043215a47cba8b74ae3490a936 3 | timeCreated: 1495711075 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c090c203f75e9334d810615c9d92bb82 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Scripts/DocLinks.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07e445bad5cb64ae8ad6661ce248d844 3 | timeCreated: 1530879477 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Scripts/ThirdPersonCharacter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8bc6cf2d5b0fa7468adcfed2d0454aa 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Scripts/ThirdPersonUserControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26928efe22aad45409539f931f1190a4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b88345814cbcf34c97ce101e4f5d8a6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/3dText.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 953d6c4c7f7ec324d860efb0db9c68ff 3 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxBright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxBright.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxOrange.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxOrangeRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxOrangeRed.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxText.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxTextHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/BoxTextHover.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/DropDown Arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/DropDown Arrow.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/DropDown CheckMark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/DropDown CheckMark.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/Jura-Flat-Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c190da5d14d0e904ba512abe82018576 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/Jura-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/Jura-Medium.ttf -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/Orbitron Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/Orbitron Black.ttf -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/RoundedBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/RoundedBox.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/Toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/Toggle.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/ToggleHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/ToggleHover.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/ToggleOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/ToggleOn.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/ToggleOnHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/ToggleOnHover.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/eurof35.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/eurof35.ttf -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Skin/eurof_tt.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32589b999b7dcf741bfc184e9d7db384 3 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15ea5c1da8ad3e14490043dddecfa93d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/Gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/Gradient.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/Robot_Color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/Robot_Color.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/Robot_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/Robot_Normal.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/UnitCircleTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/UnitCircleTexture.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/UnitTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/UnitTexture.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/UnitTextureBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/UnitTextureBlue.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/UnitTextureRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Textures/UnitTextureRed.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Demos/WebRpcImplementationExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5c26fb35dbf64c4eb0d1f24f1a853e9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Icons.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebc245e9a162d7749b96acd14e6d473e 3 | folderAsset: yes 4 | timeCreated: 1525338830 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Icons/PunIcon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Icons/PunIcon-128.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Icons/PunIconApp128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Icons/PunIconApp128.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Icons/PunIconApp32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Icons/PunIconApp32.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Icons/PunIconApp48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Icons/PunIconApp48.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Icons/PunIconApp512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/Icons/PunIconApp512.png -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dce591fb56a83984597f8e3ac2775fc9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/Resources/PhotonServerSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f8f03b89fee6ec4ba85c4c12cbb454b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c9485e879b69bf48bbc3ea64a71dbb2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Culling.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 404d7999c3b78454798028d2efcb9336 3 | folderAsset: yes 4 | timeCreated: 1529327267 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Culling/CullArea.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfb1c264fdc576442b2f42c998bed4a2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Culling/CullingHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84db789113d4b01418c1becb128c4561 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Culling/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcede10f4c76b443483f21320fee20e5 3 | folderAsset: yes 4 | timeCreated: 1529329408 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Culling/Editor/CullAreaEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abadaa451a7bff0489078ed9eec61133 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Culling/Editor/PhotonUnityNetworking.Utilities.Culling.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06dafbbe6b7b3a84f84213f47aabe7f0 3 | timeCreated: 1537459565 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Debugging.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72b80dd954bc647c4a2a924b87762f92 3 | folderAsset: yes 4 | timeCreated: 1529327208 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Debugging/PhotonLagSimulationGui.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5867a53c8db0e6745818285bb6b6e1b9 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Debugging/PhotonStatsGui.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d06466c03d263624786afa88b52928b6 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | MonoImporter: 9 | serializedVersion: 2 10 | defaultReferences: [] 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Debugging/PointedAtGameObjectInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6262dd9a9b078c4e8cbd47495aa6d23 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Debugging/StatesGui.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62880f27e95abf2418fd79e9d9d568b4 3 | timeCreated: 1493998271 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94d453efd58794348867b36584d05a1e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1d46a1c486645945a3667d8bbe2d2e7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/Editor/PhotonTeamsManagerInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8cb74f08e3fc52942a0d8557772bf4dc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/Editor/PhotonUnityNetworking.Utilities.PhotonPlayer.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7024f760fc566cf45a16d2c838e22b2d 3 | timeCreated: 1537459565 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/Editor/PlayerNumberingInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6590f39353bf4efdb3b14691166135f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/Editor/PunTeamsInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7dcadaf22424c4f5d82f4d48c3b8097f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/PhotonTeamsManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8701526de72d8774fa165e66daf050ed 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/PlayerNumbering.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b28dd60f6abf16d4094cf0f642a043e2 3 | timeCreated: 1512563044 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/PunPlayerScores.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b4df3943860f1d45bfe232053a58d80 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonPlayer/PunTeams.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6587c8104d7524f4280d0a68dd779f27 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonUnityNetworking.Utilities.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PhotonUnityNetworking.Utilities", 3 | "references": [ 4 | "PhotonRealtime", 5 | "PhotonUnityNetworking" 6 | ], 7 | "optionalUnityReferences": [], 8 | "includePlatforms": [], 9 | "excludePlatforms": [], 10 | "allowUnsafeCode": false 11 | } -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonUnityNetworking.Utilities.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a738238285a7a8246af046cbf977522f 3 | timeCreated: 1537459565 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonView.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 199121930ec5d4aa9bb53d836180b74f 3 | folderAsset: yes 4 | timeCreated: 1529327582 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/PhotonView/SmoothSyncMovement.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35144820bcc25444bb8f0fd767d9423e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e10fe700b1a744ec78575843923fe6d7 3 | folderAsset: yes 4 | timeCreated: 1529327245 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping/ConnectAndJoinRandom.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c1b84a427010e0469ce0df07ab64dbc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping/MoveByKeys.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99b4daedc5e674a429acdf1e77da6a55 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping/OnClickDestroy.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dab7328ba500e944a99d62065fba6c0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping/OnClickInstantiate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b79a9b62449de940a073364858c3f9b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping/OnClickRpc.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cd0ed7420882554fa146aab6aeb2e80 3 | timeCreated: 1536748184 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping/OnEscapeQuit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fbabafd914a48f4eb6108d8d8f43d29 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping/OnJoinedInstantiate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed3b5dcba7bf9114cb13fc59e0a71f55 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Prototyping/OnStartDelete.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8d56a54ae062da4a87516fb994f4e30 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Room.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e3b3d6025e4b41fca914dca9dcc718d 3 | folderAsset: yes 4 | timeCreated: 1529328285 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/Room/CountdownTimer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffc398cf76e6d458caf303b5fceea504 3 | timeCreated: 1529327775 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/TurnBased.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2edc8c63e86d94f6990d3f7e7e90066a 3 | folderAsset: yes 4 | timeCreated: 1529327659 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/TurnBased/PunTurnManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a1b3bda60e9e804f87fd1e5d20a885a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 665e986f9b37c294d96c166a76e618d3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/UI/ButtonInsideScrollList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0e8b381f2c05442ca5c01638958156a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/UI/EventSystemSpawner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68187d3cf4c8746aaa64930f1a766a38 3 | timeCreated: 1529319867 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/UI/OnPointerOverTooltip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff93154db96e843fbbc5e816ec0d2b48 3 | timeCreated: 1495545560 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/UI/TabViewManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c94485733838d40fda441b2c0fbbec10 3 | timeCreated: 1521118118 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/UI/TextButtonTransition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d234639538a34b8d9e3cc6362a7afd0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/UtilityScripts/UI/TextToggleIsOnTransition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec99d371d7c8e44899ce4b834dfd4d6a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/changelog.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 612a7d8fb44bb994d90d9c0fa1408703 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/link.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cecd4a32eba31cd4393c185e20824bfc 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/Photon/PhotonUnityNetworking/readme.txt -------------------------------------------------------------------------------- /Assets/Photon/PhotonUnityNetworking/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d90864ccbf99d4a449c87472b0a181e8 3 | labels: 4 | - ExitGames 5 | - PUN 6 | - Photon 7 | - Networking 8 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccaf44d0f7e34ca44b526fa097edb261 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8f88867f74abab44ae5a7fa99b1aab4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41163d97811ab0c49a7891e9620c1b97 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/Prefabs/RoomItem.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d580ae4086a4ef448ad32d12fd638824 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ea315d0fd7389c41b19996891e99ae3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/Game.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8d09cfa667b52043bb21acff42a4644 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scenes/Launch.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a6a092912231cf44b44527a16f27870 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scenes/Lobby.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19828b8b81045e24f96d1c2aabfac0b2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48f94d2de353b6242b2ffeec4ae44561 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CameraWork.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78b4bff398a788c4ca6989a2d128dd9e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/GameManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48f374000e900794eb0a535c23f6e1c6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Launcher.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b66ea4f4bb96d7a4b9294a33eaa10c3e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/LobbyManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b369a5f9311bb4846ae784bd0db13020 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/PlayerManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afff469d127c9204f8bceadb4561bdbb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/RoomItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec208230a0a4aed4d84b41a6b6cc5cb6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f54d1bd14bd3ca042bd867b519fee8cc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e7e8f5a82a3a134e91c54efd2274ea9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8d251f9af63b746bf2f7ffe00ebb9b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ab70aee4d56447429c680537fbf93ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e59c59b81ab47f9b6ec5781fa725d2c 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 243e06394e614e5d99fab26083b707fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 731f1baa9d144a9897cb1d341c2092b8 3 | folderAsset: yes 4 | timeCreated: 1442040525 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e73a58f6e2794ae7b1b7e50b7fb811b0 3 | timeCreated: 1484172806 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e498d1c8094910479dc3e1b768306a4 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79459efec17a4d00a321bdcc27bbc385 3 | timeCreated: 1484172856 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f586378b4e144a9851e7b34d9b748ee 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- 1 | )]}〕〉》」』】〙〗〟’”⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠–〜?!‼⁇⁈⁉・、%,.:;。!?]):;=}¢°"†‡℃〆%,. -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fade42e8bc714b018fac513c043d323b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d82c1b31c7e74239bff1220585707d2b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 512a49d95c0c4332bdd98131869c23c9 3 | folderAsset: yes 4 | timeCreated: 1441876896 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41005c129ba4d66911b75229fd70b45 3 | timeCreated: 1480316912 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aecb92fff08436c8303b10eab8da368 3 | folderAsset: yes 4 | timeCreated: 1441876950 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f952c082cb03451daed3ee968ac6c63e 3 | timeCreated: 1432805430 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5b5dff67a942289a9defa416b206f3 3 | timeCreated: 1436653997 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9f693669af91aa45ad615fc681ed29f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48bb5f55d8670e349b6e614913f9d910 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e3b057af24249748ff873be7fafee47 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 128e987d567d4e2c824d754223b3f3b0 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd89cf5b9246416f84610a006f916af7 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14eb328de4b8eb245bb7cea29e4ac00b 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1ede39bf3643ee8e493720e4259791 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a02a7d8c237544f1962732b55a9aebf1 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8d12adcee749c344b8117cf7c7eb912 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe393ace9b354375a9cb14cdbbc28be4 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85187c2149c549c5b33f0cdb02836b17 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7ada0af4f174f0694ca6a487b8f543d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68e6db2ebdc24f95958faec2be5558d6 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf81c85f95fe47e1a27f6ae460cf182c 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407bc68d299748449bbf7f48ee690f8d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c334973cef89a9840b0b0c507e0377ab 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3997e2241185407d80309a82f9148466 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d930090c0cd643c7b55f19a38538c162 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0603b6d5186471b96c778c3949c7ce2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- 1 | This sample of beautiful emojis are provided by EmojiOne https://www.emojione.com/ 2 | 3 | Please visit their website to view the complete set of their emojis and review their licensing terms. -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 381dcb09d5029d14897e55f98031fca5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f05276190cf498a8153f6cbe761d4e6 3 | timeCreated: 1480316860 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "m_Name": "Settings", 3 | "m_Path": "ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json", 4 | "m_Dictionary": { 5 | "m_DictionaryValues": [] 6 | } 7 | } -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2021.3.16f1 2 | m_EditorVersionWithRevision: 2021.3.16f1 (4016570cf34f) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_StripUpdateShader: {fileID: 0} 10 | m_RenderPipeSettingsPath: 11 | m_FixedTimeStep: 0.016666668 12 | m_MaxDeltaTime: 0.05 13 | -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /ProjectSettings/boot.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redblame315/PUNWebGLTest/b23e9b518d3d7ecfa7dc6d5c53e7d75a9d357234/ProjectSettings/boot.config -------------------------------------------------------------------------------- /UserSettings/Search.settings: -------------------------------------------------------------------------------- 1 | {} --------------------------------------------------------------------------------