EVERYTHING
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Photon.VR.Testing
|
||||
{
|
||||
public class PhotonVRColourChanger : MonoBehaviour
|
||||
{
|
||||
public Color Colour;
|
||||
|
||||
public void ChangeColour(Color Colour)
|
||||
{
|
||||
PhotonVRManager.SetColour(Colour);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c9dff8106e4a7f0ba4ef2501a7090ebe
|
||||
timeCreated: 1780325055
|
||||
licenseType: Free
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
externalObjects: {}
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {fileID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Photon.VR.Testing
|
||||
{
|
||||
public class PhotonVRCosmeticsChanger : MonoBehaviour
|
||||
{
|
||||
[Serializable]
|
||||
public class PhotonVRCosmeticTest
|
||||
{
|
||||
public string SlotName;
|
||||
|
||||
public string Cosmetic;
|
||||
}
|
||||
|
||||
public List<PhotonVRCosmeticTest> Cosmetics = new List<PhotonVRCosmeticTest>();
|
||||
|
||||
public void ChangeCosmetics(Dictionary<string, string> Cosmetics)
|
||||
{
|
||||
PhotonVRManager.SetCosmetics(Cosmetics);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e27d5a41a3ab6aba6fa06ca56486ea3c
|
||||
timeCreated: 1780325055
|
||||
licenseType: Free
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
externalObjects: {}
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {fileID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user