From d0cf14091bf3d94cebef9750e2b38b23c1d51486 Mon Sep 17 00:00:00 2001 From: "carlo@gezapp.com" Date: Mon, 25 Mar 2024 18:24:54 +0100 Subject: [PATCH] refactor: lil refactor --- .../Over Plugin/Over.SDKMain.Editor.dll | 4 +- .../Over Plugin/Over.SDKMain.Editor.dll.meta | 2 +- .../Resources/OverExecutableNodeView.uss | 2 +- .../Resources/OverJSONNodeView.uss | 2 +- .../Resources/OverTextureNodeView.uss | 2 +- .../Scripts/InspectorButtonPropertyDrawer.cs | 61 ---- .../InspectorButtonPropertyDrawer.cs.meta | 11 - .../Scripts/OverARComponentNodeView.cs | 2 +- .../Scripts/OverComponentNodeView.cs | 2 +- .../Scripts/OverDataNodeView.cs | 2 +- .../Scripts/OverFlowNodeView.cs | 2 +- .../Scripts/OverListDataListDrawer.cs | 2 +- .../Scripts/OverOperationNodeView.cs | 2 +- .../Scripts/OverUtilsNodeView.cs | 2 +- .../Scripts/OverVariableNodeView.cs | 2 +- .../Utils/OverVisualScriptingInstantiator.cs | 3 +- .../Editor/OverBetterEnumWindow.cs | 271 ++++++++------- .../Runtime/OverBetterEnumAttribute.cs | 32 +- .../ChromaKey/ChromaKeyVideoPlayer.prefab | 33 +- .../ChromaKey/Green_Screen.mp4 | 3 - .../ChromaKey/Green_Screen.mp4.meta | 36 -- .../Poap/Graphics/Materials/Emit.001.mat | 12 +- .../Poap/Graphics/Materials/Poap.logo.001.mat | 11 +- .../Graphics/Materials/Poap_banner.001.mat | 11 +- .../Poap/Graphics/Textures/POAP_Albedo.jpg | 3 - .../Poap/Graphics/Textures/POAP_Albedo.png | 3 + ...P_Albedo.jpg.meta => POAP_Albedo.png.meta} | 52 ++- .../Poap/Graphics/Textures/POAP_Logo.jpg | 3 - .../Poap/Graphics/Textures/POAP_Logo.png | 3 + ...{POAP_Logo.jpg.meta => POAP_Logo.png.meta} | 62 +++- .../Over Visual Scripting/AR/OverArCamera.cs | 2 +- .../Main/IExecutableOverGraph.cs | 2 +- .../Main/IExecutableOverNode.cs | 2 +- .../Over Visual Scripting/Main/OverGraph.cs | 2 +- .../Over Visual Scripting/Main/OverScript.cs | 2 +- .../Main/OverScriptManager.cs | 2 +- .../Nodes/Common/OverConditionalFlows.cs | 2 +- .../Nodes/Common/OverConditionalOperators.cs | 2 +- .../Nodes/Common/OverGroup.cs | 2 +- .../Nodes/Common/OverJSONOperations.cs | 2 +- .../Nodes/Common/OverListOperations.cs | 2 +- .../Nodes/Common/OverLoops.cs | 2 +- .../Nodes/Common/OverOperations.cs | 2 +- .../Nodes/Common/OverQuaternionOperations.cs | 2 +- .../Nodes/Common/OverStringOperations.cs | 2 +- .../Nodes/Common/OverVectorOperations.cs | 2 +- .../Nodes/Common/OverWebOperations.cs | 2 +- .../Components/Engine/OverLineRenderer.cs | 2 +- .../Nodes/Components/Engine/OverMaterial.cs | 2 +- .../Components/Engine/OverParticleSystem.cs | 2 +- .../Nodes/Components/Engine/OverRenderer.cs | 2 +- .../Navigation/OverNavigationNode.cs | 2 +- .../Nodes/Components/OverAnimator.cs | 2 +- .../Nodes/Components/OverAudio.cs | 2 +- .../Components/OverCharacterController.cs | 2 +- .../Nodes/Components/OverImageStreamer.cs | 2 +- .../Nodes/Components/OverLight.cs | 2 +- .../Nodes/Components/OverObject.cs | 2 +- .../Nodes/Components/OverRigidbody.cs | 2 +- .../Nodes/Components/OverTransform.cs | 2 +- .../Nodes/Components/OverVideoPlayer.cs | 2 +- .../Nodes/Components/UI/OverRectTransform.cs | 2 +- .../Nodes/Components/UI/OverUIImage.cs | 2 +- .../Nodes/Components/UI/OverUIRawImage.cs | 2 +- .../Nodes/Components/UI/OverUIText.cs | 2 +- .../Nodes/Components/UI/OverUITextTMP.cs | 2 +- .../Nodes/Components/UI/OverUITextTMP_3D.cs | 2 +- .../Nodes/Data/OverBool.cs | 2 +- .../Nodes/Data/OverCast.cs | 2 +- .../Nodes/Data/OverColor.cs | 2 +- .../Nodes/Data/OverFloat.cs | 2 +- .../Nodes/Data/OverInt.cs | 2 +- .../Nodes/Data/OverJSONPreviewNode.cs | 2 +- .../Nodes/Data/OverQuaternion.cs | 2 +- .../Nodes/Data/OverSelf.cs | 2 +- .../Nodes/Data/OverSprite.cs | 2 +- .../Nodes/Data/OverString.cs | 2 +- .../Nodes/Data/OverTexture.cs | 2 +- .../Nodes/Data/OverTime.cs | 2 +- .../Nodes/Data/OverVector2.cs | 2 +- .../Nodes/Data/OverVector3.cs | 2 +- .../Nodes/Data/SaveNode/OverSavingInternal.cs | 2 +- .../Nodes/Debug/OverDebugLog.cs | 2 +- .../Listeners/OverAnimationEventListener.cs | 2 +- .../Events/Listeners/OverCollisionListener.cs | 2 +- .../Events/Listeners/OverTouchListener.cs | 2 +- .../Events/Listeners/OverTriggerListener.cs | 2 +- .../Nodes/Events/OverEvent.cs | 2 +- .../Nodes/Monobehaviour/OverAwake.cs | 2 +- .../Nodes/Monobehaviour/OverDestroy.cs | 2 +- .../Nodes/Monobehaviour/OverDisable.cs | 2 +- .../Nodes/Monobehaviour/OverEnable.cs | 2 +- .../Nodes/Monobehaviour/OverFixedUpdate.cs | 2 +- .../Nodes/Monobehaviour/OverLateUpdate.cs | 2 +- .../Nodes/Monobehaviour/OverStart.cs | 2 +- .../Nodes/Monobehaviour/OverUpdate.cs | 2 +- .../Nodes/OverExecutionFlowNode.cs | 2 +- .../Nodes/OverExecutionTriggerNode.cs | 2 +- .../Over Visual Scripting/Nodes/OverNode.cs | 2 +- .../Nodes/OverTexturePreviewNode.cs | 2 +- .../Nodes/Variables/OverGetVariable.cs | 2 +- .../Nodes/Variables/OverSetVariable.cs | 2 +- .../Utils/OverVariableListAttribute.cs | 2 +- .../Runtime/Utils/Data/OverList.cs | 2 +- .../Runtime/Utils/Models/NFTData.cs | 2 +- .../Runtime/Utils/OvrPlayerSimulator.cs | 2 +- .../Utils/ScriptableObjectExtension.cs | 2 +- .../OVER Unity SDK/Samples.meta | 8 - .../BasketGame/Scenes/BasketGame.unity | 324 ------------------ Release/com.over.over-unity-sdk-0.2.5.tgz | 4 +- 110 files changed, 421 insertions(+), 707 deletions(-) delete mode 100644 OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/InspectorButtonPropertyDrawer.cs delete mode 100644 OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/InspectorButtonPropertyDrawer.cs.meta delete mode 100644 OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/Green_Screen.mp4 delete mode 100644 OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/Green_Screen.mp4.meta delete mode 100644 OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.jpg create mode 100644 OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.png rename OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/{POAP_Albedo.jpg.meta => POAP_Albedo.png.meta} (71%) delete mode 100644 OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.jpg create mode 100644 OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.png rename OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/{POAP_Logo.jpg.meta => POAP_Logo.png.meta} (69%) delete mode 100644 OVER Unity SDK Package/OVER Unity SDK/Samples.meta diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/Over Plugin/Over.SDKMain.Editor.dll b/OVER Unity SDK Package/OVER Unity SDK/Editor/Over Plugin/Over.SDKMain.Editor.dll index ea474a5..f3e470a 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/Over Plugin/Over.SDKMain.Editor.dll +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/Over Plugin/Over.SDKMain.Editor.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ab61de03f44493b02aa792868daedc1b96593855e58a15040d3a6943dca1ea8 -size 193536 +oid sha256:2c70cc771aecb3f2e0c92957db46e6990db29989a521dbdc32dc66dc53302882 +size 194560 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/Over Plugin/Over.SDKMain.Editor.dll.meta b/OVER Unity SDK Package/OVER Unity SDK/Editor/Over Plugin/Over.SDKMain.Editor.dll.meta index 24f3e44..c234895 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/Over Plugin/Over.SDKMain.Editor.dll.meta +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/Over Plugin/Over.SDKMain.Editor.dll.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 1b6bf89d704aba14fbeab5ea1bff0ab4 +guid: bc52045182a087e40b9df0a39b90d36a PluginImporter: externalObjects: {} serializedVersion: 2 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverExecutableNodeView.uss b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverExecutableNodeView.uss index c59c1ce..35f199b 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverExecutableNodeView.uss +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverExecutableNodeView.uss @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverJSONNodeView.uss b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverJSONNodeView.uss index 89007ef..b9b0342 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverJSONNodeView.uss +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverJSONNodeView.uss @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverTextureNodeView.uss b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverTextureNodeView.uss index 3c1096a..8ee427e 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverTextureNodeView.uss +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Resources/OverTextureNodeView.uss @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/InspectorButtonPropertyDrawer.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/InspectorButtonPropertyDrawer.cs deleted file mode 100644 index 7bf9618..0000000 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/InspectorButtonPropertyDrawer.cs +++ /dev/null @@ -1,61 +0,0 @@ -/** - * OVR Unity SDK License - * - * Copyright 2021 OVR - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * 1. The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * 2. All copies of substantial portions of the Software may only be used in connection - * with services provided by OVR. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - */ - -using System.Reflection; -using UnityEditor; -using UnityEngine; - -[CustomPropertyDrawer(typeof(InspectorButtonAttribute))] -public class InspectorButtonPropertyDrawer : PropertyDrawer -{ - private MethodInfo _eventMethodInfo = null; - - public override void OnGUI(Rect position, SerializedProperty prop, GUIContent label) - { - InspectorButtonAttribute inspectorButtonAttribute = (InspectorButtonAttribute)attribute; - Rect buttonRect = new Rect(EditorGUIUtility.currentViewWidth / 2, position.y, inspectorButtonAttribute.ButtonWidth, position.height); - - string _customName = inspectorButtonAttribute.ButtonName; - _customName = string.IsNullOrEmpty(_customName) ? label.text : _customName; - - GUI.Label(position, label); - - if (GUI.Button(buttonRect, _customName)) - { - System.Type eventOwnerType = prop.serializedObject.targetObject.GetType(); - string eventName = inspectorButtonAttribute.MethodName; - - if (_eventMethodInfo == null) - _eventMethodInfo = eventOwnerType.GetMethod(eventName, BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic); - - if (_eventMethodInfo != null) - _eventMethodInfo.Invoke(prop.serializedObject.targetObject, null); - else - Debug.LogWarning(string.Format("InspectorButton: Unable to find method {0} in {1}", eventName, eventOwnerType)); - } - } -} diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/InspectorButtonPropertyDrawer.cs.meta b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/InspectorButtonPropertyDrawer.cs.meta deleted file mode 100644 index ae60663..0000000 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/InspectorButtonPropertyDrawer.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: faaa62fa27112a648acbe8352bf141e5 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {fileID: 2800000, guid: 1405a6e0f3e74af788a7dd52fba21645, type: 3} - userData: - assetBundleName: - assetBundleVariant: diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverARComponentNodeView.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverARComponentNodeView.cs index 66ff10c..9361043 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverARComponentNodeView.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverARComponentNodeView.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverComponentNodeView.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverComponentNodeView.cs index f8eb929..19c7a7d 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverComponentNodeView.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverComponentNodeView.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverDataNodeView.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverDataNodeView.cs index 7a10f3a..8c9fff9 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverDataNodeView.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverDataNodeView.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverFlowNodeView.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverFlowNodeView.cs index 831e4ea..0c55f21 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverFlowNodeView.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverFlowNodeView.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverListDataListDrawer.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverListDataListDrawer.cs index b699d4a..b7ddb42 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverListDataListDrawer.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverListDataListDrawer.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverOperationNodeView.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverOperationNodeView.cs index dc6d361..361ae55 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverOperationNodeView.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverOperationNodeView.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverUtilsNodeView.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverUtilsNodeView.cs index 372120b..bfd1767 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverUtilsNodeView.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverUtilsNodeView.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverVariableNodeView.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverVariableNodeView.cs index 4072ef3..58c5cd9 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverVariableNodeView.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/OverVariableNodeView.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/Utils/OverVisualScriptingInstantiator.cs b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/Utils/OverVisualScriptingInstantiator.cs index 006f36a..cae937e 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/Utils/OverVisualScriptingInstantiator.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Editor/OverVisualScripting/Scripts/Utils/OverVisualScriptingInstantiator.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * @@ -25,6 +25,7 @@ * THE SOFTWARE. */ +using Over_Editor; using OverSDK.VisualScripting; using UnityEditor; using UnityEngine; diff --git a/OVER Unity SDK Package/OVER Unity SDK/External Resources/Better Enum/Editor/OverBetterEnumWindow.cs b/OVER Unity SDK Package/OVER Unity SDK/External Resources/Better Enum/Editor/OverBetterEnumWindow.cs index 72fb31b..3cdcce4 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/External Resources/Better Enum/Editor/OverBetterEnumWindow.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/External Resources/Better Enum/Editor/OverBetterEnumWindow.cs @@ -1,3 +1,32 @@ +/** + * OVER Unity SDK License + * + * Copyright 2021 OVR + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * 1. The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * 2. All copies of substantial portions of the Software may only be used in connection + * with services provided by OVR. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + + + using System; using System.Collections; using System.Collections.Generic; @@ -6,169 +35,173 @@ using UnityEngine; using UnityEngine.UIElements; -#if UNITY_EDITOR -public class OverBetterEnumWindow : EditorWindow -{ - public event Action OnWindowCloses; - - public event Action OnItemChosen; - - private List enumList = new List(); - private List tempList = new List(); - private ListView listView = null; - private TextField searchBar = null; +namespace OverSDK +{ +#if UNITY_EDITOR + public class OverBetterEnumWindow : EditorWindow + { + public event Action OnWindowCloses; - Func makeItem; - Action bindItem; + public event Action OnItemChosen; - private string lastSearchValue; - private string tempItemSelected = string.Empty; + private List enumList = new List(); + private List tempList = new List(); - private int currSelection = -1; - private int tempSelectionIndex = -1; + private ListView listView = null; + private TextField searchBar = null; - /// - /// Provide the list view with an explict height for every row so it can calculate how many items to actually display. - /// - private const int itemHeight = 16; + Func makeItem; + Action bindItem; - /******************** Mono ********************/ + private string lastSearchValue; + private string tempItemSelected = string.Empty; - public void OnEnable() - { - searchBar = new TextField(); + private int currSelection = -1; + private int tempSelectionIndex = -1; - rootVisualElement.Add(searchBar); - lastSearchValue = searchBar.text; + /// + /// Provide the list view with an explict height for every row so it can calculate how many items to actually display. + /// + private const int itemHeight = 16; - InitListView(); - } + /******************** Mono ********************/ - private void OnGUI() - { - // Update the list based on what is typed in the search bar - if (searchBar.text != lastSearchValue) + public void OnEnable() { - lastSearchValue = searchBar.text.ToLower(); - - tempList = enumList.Where(x => x.ToLower().Contains(lastSearchValue)).ToList(); + searchBar = new TextField(); - if (tempList.Count <= 0) - tempList.AddRange(enumList); + rootVisualElement.Add(searchBar); + lastSearchValue = searchBar.text; - tempSelectionIndex = tempList.FindIndex(x => x == tempItemSelected); - - DeinitListView(); InitListView(); } - } - private void OnLostFocus() - { - Close(); - } - - private void OnDestroy() - { - OnWindowCloses?.Invoke(this); - } + private void OnGUI() + { + // Update the list based on what is typed in the search bar + if (searchBar.text != lastSearchValue) + { + lastSearchValue = searchBar.text.ToLower(); - /******************** Init/Deinit ********************/ + tempList = enumList.Where(x => x.ToLower().Contains(lastSearchValue)).ToList(); - private void InitListView() - { - // The "makeItem" function is called when the - // ListView needs more items to render. - makeItem += OnMakeItem; + if (tempList.Count <= 0) + tempList.AddRange(enumList); - // As the user scrolls through the list, the ListView object - // recycles elements created by the "makeItem" function, - // and invoke the "bindItem" callback to associate - // the element with the matching data item (specified as an index in the list). - bindItem += OnBindItem; - listView = new ListView(tempList, itemHeight, makeItem, bindItem); + tempSelectionIndex = tempList.FindIndex(x => x == tempItemSelected); - listView.selectionType = SelectionType.Single; + DeinitListView(); + InitListView(); + } + } - // Auto selection the item in the list - if (string.IsNullOrEmpty(lastSearchValue)) + private void OnLostFocus() { - listView.SetSelection(currSelection); + Close(); } - else if (tempSelectionIndex >= 0) + + private void OnDestroy() { - listView.SetSelection(tempSelectionIndex); + OnWindowCloses?.Invoke(this); } - // Callbacks when the user interact with the items in the list - listView.onItemsChosen += ListView_onItemsChosen; - listView.onSelectionChange += ListView_onSelectionChange; - - listView.style.flexGrow = 1.0f; + /******************** Init/Deinit ********************/ - rootVisualElement.Add(listView); - } + private void InitListView() + { + // The "makeItem" function is called when the + // ListView needs more items to render. + makeItem += OnMakeItem; + + // As the user scrolls through the list, the ListView object + // recycles elements created by the "makeItem" function, + // and invoke the "bindItem" callback to associate + // the element with the matching data item (specified as an index in the list). + bindItem += OnBindItem; + listView = new ListView(tempList, itemHeight, makeItem, bindItem); + + listView.selectionType = SelectionType.Single; + + // Auto selection the item in the list + if (string.IsNullOrEmpty(lastSearchValue)) + { + listView.SetSelection(currSelection); + } + else if (tempSelectionIndex >= 0) + { + listView.SetSelection(tempSelectionIndex); + } + + // Callbacks when the user interact with the items in the list + listView.onItemsChosen += ListView_onItemsChosen; + listView.onSelectionChange += ListView_onSelectionChange; + + listView.style.flexGrow = 1.0f; + + rootVisualElement.Add(listView); + } - private void DeinitListView() - { - makeItem -= OnMakeItem; - bindItem -= OnBindItem; + private void DeinitListView() + { + makeItem -= OnMakeItem; + bindItem -= OnBindItem; - listView.onItemsChosen -= ListView_onItemsChosen; - listView.onSelectionChange -= ListView_onSelectionChange; + listView.onItemsChosen -= ListView_onItemsChosen; + listView.onSelectionChange -= ListView_onSelectionChange; - rootVisualElement.Remove(listView); - } + rootVisualElement.Remove(listView); + } - /******************** Events ********************/ + /******************** Events ********************/ - private void ListView_onSelectionChange(IEnumerable items) - { - // Broadcast the element selected - object firstItem = items.First(); + private void ListView_onSelectionChange(IEnumerable items) + { + // Broadcast the element selected + object firstItem = items.First(); - OnItemChosen?.Invoke(firstItem.ToString()); + OnItemChosen?.Invoke(firstItem.ToString()); - // Keep track of what item is selected - if (listView.selectedIndex >= 0) - tempItemSelected = listView.selectedItem.ToString(); - } + // Keep track of what item is selected + if (listView.selectedIndex >= 0) + tempItemSelected = listView.selectedItem.ToString(); + } - private void ListView_onItemsChosen(IEnumerable items) - { - Close(); - } + private void ListView_onItemsChosen(IEnumerable items) + { + Close(); + } - /******************** ListView events ********************/ + /******************** ListView events ********************/ - private VisualElement OnMakeItem() => new Label(); + private VisualElement OnMakeItem() => new Label(); - private void OnBindItem(VisualElement element, int index) - { - (element as Label).text = tempList[index]; - } + private void OnBindItem(VisualElement element, int index) + { + (element as Label).text = tempList[index]; + } - /******************** Public ********************/ + /******************** Public ********************/ - public void UpdateEnumValue(List enumValues) - { - enumList.Clear(); - tempList.Clear(); + public void UpdateEnumValue(List enumValues) + { + enumList.Clear(); + tempList.Clear(); - enumList.AddRange(enumValues); - tempList.AddRange(enumValues); + enumList.AddRange(enumValues); + tempList.AddRange(enumValues); - lastSearchValue = string.Empty; + lastSearchValue = string.Empty; - listView.Rebuild(); - } + listView.Rebuild(); + } - public void UpdateCurrentSelection(int selectionIndex) - { - currSelection = selectionIndex; + public void UpdateCurrentSelection(int selectionIndex) + { + currSelection = selectionIndex; - listView.SetSelection(currSelection); + listView.SetSelection(currSelection); + } } -} #endif +} \ No newline at end of file diff --git a/OVER Unity SDK Package/OVER Unity SDK/External Resources/Better Enum/Runtime/OverBetterEnumAttribute.cs b/OVER Unity SDK Package/OVER Unity SDK/External Resources/Better Enum/Runtime/OverBetterEnumAttribute.cs index 21f0f1d..7715571 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/External Resources/Better Enum/Runtime/OverBetterEnumAttribute.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/External Resources/Better Enum/Runtime/OverBetterEnumAttribute.cs @@ -1,5 +1,35 @@ +/** + * OVER Unity SDK License + * + * Copyright 2021 Over The Realty + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * 1. The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * 2. All copies of substantial portions of the Software may only be used in connection + * with services provided by OVER. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + using System.Collections; using System.Collections.Generic; using UnityEngine; -public class OverBetterEnumAttribute : PropertyAttribute { } +namespace OverSDK +{ + public class OverBetterEnumAttribute : PropertyAttribute { } +} \ No newline at end of file diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/ChromaKeyVideoPlayer.prefab b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/ChromaKeyVideoPlayer.prefab index c04a6fb..acf0a67 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/ChromaKeyVideoPlayer.prefab +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/ChromaKeyVideoPlayer.prefab @@ -30,12 +30,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7426250001640926203} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1.92, y: 1, z: 1.08} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!33 &7426250001640926151 MeshFilter: @@ -56,6 +57,7 @@ MeshRenderer: m_CastShadows: 1 m_ReceiveShadows: 1 m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 @@ -94,9 +96,17 @@ MeshCollider: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7426250001640926203} m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 m_IsTrigger: 0 + m_ProvidesContacts: 0 m_Enabled: 1 - serializedVersion: 4 + serializedVersion: 5 m_Convex: 0 m_CookingOptions: 30 m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} @@ -108,7 +118,7 @@ VideoPlayer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7426250001640926203} m_Enabled: 1 - m_VideoClip: {fileID: 32900000, guid: 427bce3edc294fac8a6bcc07683a18b3, type: 3} + m_VideoClip: {fileID: 0} m_TargetCameraAlpha: 1 m_TargetCamera3DLayout: 0 m_TargetCamera: {fileID: 0} @@ -118,17 +128,16 @@ VideoPlayer: m_TargetMaterialProperty: _MainTex m_RenderMode: 3 m_AspectRatio: 2 - m_DataSource: 0 + m_DataSource: 1 + m_TimeUpdateMode: 2 m_PlaybackSpeed: 1 m_AudioOutputMode: 2 - m_TargetAudioSources: - - {fileID: 0} - m_DirectAudioVolumes: - - 1 - m_Url: - m_EnabledAudioTracks: 01 - m_DirectAudioMutes: 00 - m_ControlledAudioTrackCount: 1 + m_TargetAudioSources: [] + m_DirectAudioVolumes: [] + m_Url: https://assets.ovr.ai/videos/Green_Screen.mp4 + m_EnabledAudioTracks: + m_DirectAudioMutes: + m_ControlledAudioTrackCount: 0 m_PlayOnAwake: 1 m_SkipOnDrop: 1 m_Looping: 1 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/Green_Screen.mp4 b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/Green_Screen.mp4 deleted file mode 100644 index 47a2ba1..0000000 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/Green_Screen.mp4 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc68b8aa9c029e33bf2f8c25eaa14231365d423d07e4e1f705c64bacfb5c857b -size 2268552 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/Green_Screen.mp4.meta b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/Green_Screen.mp4.meta deleted file mode 100644 index 5b29803..0000000 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/ChromaKey/Green_Screen.mp4.meta +++ /dev/null @@ -1,36 +0,0 @@ -fileFormatVersion: 2 -guid: 427bce3edc294fac8a6bcc07683a18b3 -VideoClipImporter: - externalObjects: {} - serializedVersion: 2 - frameRange: 0 - startFrame: -1 - endFrame: -1 - colorSpace: 0 - deinterlace: 0 - encodeAlpha: 0 - flipVertical: 0 - flipHorizontal: 0 - importAudio: 0 - targetSettings: - 0: - enableTranscoding: 1 - codec: 0 - resizeFormat: 0 - aspectRatio: 0 - customWidth: 720 - customHeight: 480 - bitrateMode: 1 - spatialQuality: 1 - 4: - enableTranscoding: 1 - codec: 2 - resizeFormat: 0 - aspectRatio: 0 - customWidth: 720 - customHeight: 480 - bitrateMode: 1 - spatialQuality: 1 - userData: - assetBundleName: - assetBundleVariant: diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Emit.001.mat b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Emit.001.mat index f49d274..e99b283 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Emit.001.mat +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Emit.001.mat @@ -2,20 +2,25 @@ %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: - serializedVersion: 6 + serializedVersion: 8 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Emit.001 m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} - m_ShaderKeywords: _EMISSION - m_LightmapFlags: 5 + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _EMISSION + m_InvalidKeywords: [] + m_LightmapFlags: 1 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 m_CustomRenderQueue: -1 stringTagMap: {} disabledShaderPasses: [] + m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -55,6 +60,7 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + m_Ints: [] m_Floats: - _BumpScale: 1 - _Cutoff: 0.5 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Poap.logo.001.mat b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Poap.logo.001.mat index 9398f1e..a472b1d 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Poap.logo.001.mat +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Poap.logo.001.mat @@ -2,20 +2,24 @@ %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: - serializedVersion: 6 + serializedVersion: 8 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Poap.logo.001 m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} - m_ShaderKeywords: + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] m_LightmapFlags: 4 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 m_CustomRenderQueue: -1 stringTagMap: {} disabledShaderPasses: [] + m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -40,7 +44,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 2800000, guid: 3e59d1861d2548bc997558242e68f5a6, type: 3} + m_Texture: {fileID: 2800000, guid: 0f60688557738194f87d439dc8574923, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: @@ -55,6 +59,7 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + m_Ints: [] m_Floats: - _BumpScale: 1 - _Cutoff: 0.5 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Poap_banner.001.mat b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Poap_banner.001.mat index 81d3a4c..a0cdddb 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Poap_banner.001.mat +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Materials/Poap_banner.001.mat @@ -2,20 +2,24 @@ %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: - serializedVersion: 6 + serializedVersion: 8 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Poap_banner.001 m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} - m_ShaderKeywords: + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] m_LightmapFlags: 4 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 m_CustomRenderQueue: -1 stringTagMap: {} disabledShaderPasses: [] + m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -40,7 +44,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 2800000, guid: 074d2adb4b08417ea88e1b9ee7edae9a, type: 3} + m_Texture: {fileID: 2800000, guid: 3d2bd92a9f18c2e4daea4eb647f989ce, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0.91, y: 0} - _MetallicGlossMap: @@ -55,6 +59,7 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + m_Ints: [] m_Floats: - _BumpScale: 1 - _Cutoff: 0.5 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.jpg b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.jpg deleted file mode 100644 index 22195df..0000000 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dd92fe03364743a2adc386110ed727995cd54dd1bc2656b428cc1cb40a65864 -size 253654 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.png b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.png new file mode 100644 index 0000000..cd585ae --- /dev/null +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffe2c14648735684d38a433f7004604f08400338c1e19955ec6d638e58b6e70 +size 996839 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.jpg.meta b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.png.meta similarity index 71% rename from OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.jpg.meta rename to OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.png.meta index 7ca5d89..bb05f0c 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.jpg.meta +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Albedo.png.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: 074d2adb4b08417ea88e1b9ee7edae9a +guid: 3d2bd92a9f18c2e4daea4eb647f989ce TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 11 + serializedVersion: 12 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,10 +20,12 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 + flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 vTOnly: 0 + ignoreMipmapLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -41,7 +43,7 @@ TextureImporter: nPOTScale: 1 lightmap: 0 compressionQuality: 50 - spriteMode: 0 + spriteMode: 1 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -62,6 +64,8 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -73,11 +77,25 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Standalone - maxTextureSize: 1024 + maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 1 @@ -85,11 +103,12 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: iPhone - maxTextureSize: 1024 + maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 1 @@ -97,11 +116,25 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Android - maxTextureSize: 1024 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 1 @@ -109,6 +142,7 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -117,16 +151,16 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: + spriteID: 5e97eb03825dee720800000000000000 internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] - spritePackingTag: + nameFileIdTable: {} + mipmapLimitGroupName: pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.jpg b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.jpg deleted file mode 100644 index ad49bb4..0000000 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:878ded650bc3ed12bf73deaf37d1ec6e0f5d21eb8672f8f3808066802535c39e -size 27026 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.png b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.png new file mode 100644 index 0000000..9ef9271 --- /dev/null +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27658e572ecee2bc677a5b9b47573558ae9318d9e4320042dd3adb69dbb6b0f9 +size 105534 diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.jpg.meta b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.png.meta similarity index 69% rename from OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.jpg.meta rename to OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.png.meta index a5c24f5..6d484ff 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.jpg.meta +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime Resources/Poap/Graphics/Textures/POAP_Logo.png.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: 3e59d1861d2548bc997558242e68f5a6 +guid: 0f60688557738194f87d439dc8574923 TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 11 + serializedVersion: 12 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,10 +20,12 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 + flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 vTOnly: 0 + ignoreMipmapLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -35,13 +37,13 @@ TextureImporter: filterMode: 1 aniso: 1 mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 0 + spriteMode: 1 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -62,10 +64,12 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform - maxTextureSize: 512 + maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 1 @@ -73,11 +77,25 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Standalone - maxTextureSize: 512 + maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 1 @@ -85,11 +103,12 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: iPhone - maxTextureSize: 512 + maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 1 @@ -97,11 +116,25 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Android - maxTextureSize: 512 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 1 @@ -109,6 +142,7 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -117,16 +151,16 @@ TextureImporter: outline: [] physicsShape: [] bones: [] - spriteID: + spriteID: 5e97eb03825dee720800000000000000 internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] - spritePackingTag: + nameFileIdTable: {} + mipmapLimitGroupName: pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/AR/OverArCamera.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/AR/OverArCamera.cs index b174b46..cfdd267 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/AR/OverArCamera.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/AR/OverArCamera.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/IExecutableOverGraph.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/IExecutableOverGraph.cs index d05cfed..7713cbb 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/IExecutableOverGraph.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/IExecutableOverGraph.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/IExecutableOverNode.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/IExecutableOverNode.cs index a6013a5..e92fbb0 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/IExecutableOverNode.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/IExecutableOverNode.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverGraph.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverGraph.cs index 815a099..a92e779 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverGraph.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverGraph.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverScript.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverScript.cs index e6f30d7..2bab8ed 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverScript.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverScript.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverScriptManager.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverScriptManager.cs index 835b437..8905c2f 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverScriptManager.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Main/OverScriptManager.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverConditionalFlows.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverConditionalFlows.cs index e6bb467..7bdf0bd 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverConditionalFlows.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverConditionalFlows.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverConditionalOperators.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverConditionalOperators.cs index ddbdf01..23da4c9 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverConditionalOperators.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverConditionalOperators.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverGroup.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverGroup.cs index d83059a..349f0d6 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverGroup.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverGroup.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverJSONOperations.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverJSONOperations.cs index 5085729..f61ac92 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverJSONOperations.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverJSONOperations.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverListOperations.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverListOperations.cs index 35577d2..b68cd4e 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverListOperations.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverListOperations.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverLoops.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverLoops.cs index ab2d496..1407312 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverLoops.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverLoops.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverOperations.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverOperations.cs index 9808963..4967ba8 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverOperations.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverOperations.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverQuaternionOperations.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverQuaternionOperations.cs index e5cc867..5be2343 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverQuaternionOperations.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverQuaternionOperations.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverStringOperations.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverStringOperations.cs index b8beb32..01a2185 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverStringOperations.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverStringOperations.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverVectorOperations.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverVectorOperations.cs index f196294..fc5a628 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverVectorOperations.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverVectorOperations.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverWebOperations.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverWebOperations.cs index 4e6eaee..fdd7063 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverWebOperations.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Common/OverWebOperations.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverLineRenderer.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverLineRenderer.cs index 6d7201e..6495369 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverLineRenderer.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverLineRenderer.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverMaterial.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverMaterial.cs index c311004..8301e6c 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverMaterial.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverMaterial.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverParticleSystem.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverParticleSystem.cs index df40b6a..a3e5ea4 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverParticleSystem.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverParticleSystem.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverRenderer.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverRenderer.cs index f2da890..f4d0884 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverRenderer.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Engine/OverRenderer.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Navigation/OverNavigationNode.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Navigation/OverNavigationNode.cs index 2c39d13..9b5f567 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Navigation/OverNavigationNode.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/Navigation/OverNavigationNode.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverAnimator.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverAnimator.cs index 0bdd7e1..e523444 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverAnimator.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverAnimator.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverAudio.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverAudio.cs index fe2c066..babceea 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverAudio.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverAudio.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverCharacterController.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverCharacterController.cs index c0522a9..4591df5 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverCharacterController.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverCharacterController.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverImageStreamer.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverImageStreamer.cs index ba3eee3..891517e 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverImageStreamer.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverImageStreamer.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverLight.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverLight.cs index a6f29d7..70e215f 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverLight.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverLight.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverObject.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverObject.cs index 02edf0f..751c637 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverObject.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverObject.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverRigidbody.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverRigidbody.cs index 6b854b3..d92dbf1 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverRigidbody.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverRigidbody.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverTransform.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverTransform.cs index f2944bf..179c3d1 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverTransform.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverTransform.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverVideoPlayer.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverVideoPlayer.cs index 610f444..4590ac7 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverVideoPlayer.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/OverVideoPlayer.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverRectTransform.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverRectTransform.cs index d315b6f..a2fb062 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverRectTransform.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverRectTransform.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIImage.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIImage.cs index 5ceca08..bc935ba 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIImage.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIImage.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIRawImage.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIRawImage.cs index f8c574f..d249d56 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIRawImage.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIRawImage.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIText.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIText.cs index abfff8f..137d58b 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIText.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUIText.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUITextTMP.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUITextTMP.cs index 40a3fcf..8117618 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUITextTMP.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUITextTMP.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUITextTMP_3D.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUITextTMP_3D.cs index fad5f1f..43d3dfd 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUITextTMP_3D.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Components/UI/OverUITextTMP_3D.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverBool.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverBool.cs index b40cf20..3bbcda8 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverBool.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverBool.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverCast.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverCast.cs index a3c8eac..1be650b 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverCast.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverCast.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverColor.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverColor.cs index f88185e..42e0df7 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverColor.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverColor.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverFloat.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverFloat.cs index 56458cf..ba14c27 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverFloat.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverFloat.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverInt.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverInt.cs index e1e679c..49ce9c2 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverInt.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverInt.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverJSONPreviewNode.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverJSONPreviewNode.cs index 415c6f4..58f819d 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverJSONPreviewNode.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverJSONPreviewNode.cs @@ -1,6 +1,6 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverQuaternion.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverQuaternion.cs index 189e9b6..8b3b3a9 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverQuaternion.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverQuaternion.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverSelf.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverSelf.cs index 907dd72..f8f8bd9 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverSelf.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverSelf.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverSprite.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverSprite.cs index f188ea8..7841342 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverSprite.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverSprite.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverString.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverString.cs index 1516c8a..026095b 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverString.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverString.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverTexture.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverTexture.cs index c60b6d9..09d86b5 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverTexture.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverTexture.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverTime.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverTime.cs index 67bc8a9..398e89e 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverTime.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverTime.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverVector2.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverVector2.cs index f5a88fa..4fad7e7 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverVector2.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverVector2.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverVector3.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverVector3.cs index fdb7324..b2cfd19 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverVector3.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/OverVector3.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/SaveNode/OverSavingInternal.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/SaveNode/OverSavingInternal.cs index 314b9c9..65c5f38 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/SaveNode/OverSavingInternal.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Data/SaveNode/OverSavingInternal.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Debug/OverDebugLog.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Debug/OverDebugLog.cs index 49cfb51..bd7122f 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Debug/OverDebugLog.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Debug/OverDebugLog.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverAnimationEventListener.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverAnimationEventListener.cs index f8913c3..acb0659 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverAnimationEventListener.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverAnimationEventListener.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverCollisionListener.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverCollisionListener.cs index b3d7769..0b47811 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverCollisionListener.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverCollisionListener.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverTouchListener.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverTouchListener.cs index 24ef6df..94a3a64 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverTouchListener.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverTouchListener.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverTriggerListener.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverTriggerListener.cs index 3678cdd..57b92aa 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverTriggerListener.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/Listeners/OverTriggerListener.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/OverEvent.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/OverEvent.cs index c36cc87..e56dbf3 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/OverEvent.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Events/OverEvent.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverAwake.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverAwake.cs index cd4e763..8d8d048 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverAwake.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverAwake.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverDestroy.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverDestroy.cs index e6c12e9..843730e 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverDestroy.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverDestroy.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverDisable.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverDisable.cs index acc5c05..d7a810e 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverDisable.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverDisable.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverEnable.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverEnable.cs index 99bc06a..425a1bc 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverEnable.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverEnable.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverFixedUpdate.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverFixedUpdate.cs index f84972b..b95750e 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverFixedUpdate.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverFixedUpdate.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverLateUpdate.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverLateUpdate.cs index b491c78..2cc97d3 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverLateUpdate.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverLateUpdate.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverStart.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverStart.cs index 5f1bbd0..545c9ce 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverStart.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverStart.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverUpdate.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverUpdate.cs index 1fb5f6f..8d12f2b 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverUpdate.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Monobehaviour/OverUpdate.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverExecutionFlowNode.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverExecutionFlowNode.cs index 9ed26ea..220f094 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverExecutionFlowNode.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverExecutionFlowNode.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverExecutionTriggerNode.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverExecutionTriggerNode.cs index 053cc35..a5583b5 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverExecutionTriggerNode.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverExecutionTriggerNode.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverNode.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverNode.cs index bb750b6..0e5196a 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverNode.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverNode.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverTexturePreviewNode.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverTexturePreviewNode.cs index 28c55f6..e5c1650 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverTexturePreviewNode.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/OverTexturePreviewNode.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Variables/OverGetVariable.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Variables/OverGetVariable.cs index af50ca9..367935a 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Variables/OverGetVariable.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Variables/OverGetVariable.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Variables/OverSetVariable.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Variables/OverSetVariable.cs index 994b967..cea8433 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Variables/OverSetVariable.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Nodes/Variables/OverSetVariable.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Utils/OverVariableListAttribute.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Utils/OverVariableListAttribute.cs index 3501c19..0c77efa 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Utils/OverVariableListAttribute.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Over Visual Scripting/Utils/OverVariableListAttribute.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/Data/OverList.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/Data/OverList.cs index d31a5a8..dafe5fe 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/Data/OverList.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/Data/OverList.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 Over The Realty * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/Models/NFTData.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/Models/NFTData.cs index ac77569..8b61fa1 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/Models/NFTData.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/Models/NFTData.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/OvrPlayerSimulator.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/OvrPlayerSimulator.cs index 3874eba..4114674 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/OvrPlayerSimulator.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/OvrPlayerSimulator.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/ScriptableObjectExtension.cs b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/ScriptableObjectExtension.cs index 83e7f1e..744afeb 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/ScriptableObjectExtension.cs +++ b/OVER Unity SDK Package/OVER Unity SDK/Runtime/Utils/ScriptableObjectExtension.cs @@ -1,5 +1,5 @@ /** - * OVR Unity SDK License + * OVER Unity SDK License * * Copyright 2021 OVR * diff --git a/OVER Unity SDK Package/OVER Unity SDK/Samples.meta b/OVER Unity SDK Package/OVER Unity SDK/Samples.meta deleted file mode 100644 index 3644d1f..0000000 --- a/OVER Unity SDK Package/OVER Unity SDK/Samples.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: acf57dd7f3c44210b621467af8bfe014 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/OVER Unity SDK Package/OVER Unity SDK/Samples~/BasketGame/Scenes/BasketGame.unity b/OVER Unity SDK Package/OVER Unity SDK/Samples~/BasketGame/Scenes/BasketGame.unity index ba10e5c..e640945 100644 --- a/OVER Unity SDK Package/OVER Unity SDK/Samples~/BasketGame/Scenes/BasketGame.unity +++ b/OVER Unity SDK Package/OVER Unity SDK/Samples~/BasketGame/Scenes/BasketGame.unity @@ -123,59 +123,6 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} ---- !u!21 &277025925 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: TransparentShadow - m_Shader: {fileID: 4800000, guid: 739783aada2c4dba9e0199d983c44146, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: 1998 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Metallic: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Roughness: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _Cutoff: 0.1 - - _EdgeLength: 15 - - _LightMultiplyer: 0.77 - - _MetallicMultiplier: 0 - - _RoughnessMultiplier: 0 - - _ShadowIntensity: 0.6 - - _ShadowOpacity: 0.4 - - __dirty: 0 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 0.5} - - _ShadowColor: {r: 0, g: 0, b: 0, a: 1} - m_BuildTextureStacks: [] --- !u!1001 &608065043 PrefabInstance: m_ObjectHideFlags: 0 @@ -254,170 +201,6 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: af45fe99498158847ad33acd78ac5a1b, type: 3} ---- !u!1 &1416325493 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1416325496} - - component: {fileID: 1416325495} - - component: {fileID: 1416325494} - m_Layer: 0 - m_Name: question.carry.stafford - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!120 &1416325494 -LineRenderer: - serializedVersion: 2 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1416325493} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 0 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 788b897758754f33972b2d5ecb27db0a, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_Positions: - - {x: -7.6584954, y: 0, z: 7.4518995} - - {x: -10.836915, y: 0, z: -2.9906278} - - {x: -3.178427, y: 0, z: -10.44252} - - {x: 7.6584854, y: 0, z: -7.451908} - - {x: 10.836928, y: 0, z: 2.9906108} - - {x: 3.178435, y: 0, z: 10.442527} - - {x: -7.6584954, y: 0, z: 7.4518995} - m_Parameters: - serializedVersion: 3 - widthMultiplier: 1 - widthCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - numCornerVertices: 0 - numCapVertices: 0 - alignment: 0 - textureMode: 0 - textureScale: {x: 1, y: 1} - shadowBias: 0.5 - generateLightingData: 0 - m_MaskInteraction: 0 - m_UseWorldSpace: 1 - m_Loop: 1 - m_ApplyActiveColorSpace: 1 ---- !u!114 &1416325495 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1416325493} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a78fc57eb9fb42a7a3b42dc694c7ebf8, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!4 &1416325496 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1416325493} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1913504874} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1786021358 PrefabInstance: m_ObjectHideFlags: 0 @@ -496,112 +279,6 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: f17530f1f8184938bcac3d5cdb659e59, type: 3} ---- !u!1 &1913504873 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1913504874} - - component: {fileID: 1913504877} - - component: {fileID: 1913504876} - - component: {fileID: 1913504875} - m_Layer: 0 - m_Name: BasePlane - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1913504874 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1913504873} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 1, z: 0, w: -0.00000004371139} - m_LocalPosition: {x: 0, y: 0, z: 0.0001} - m_LocalScale: {x: 10.603546, y: 1, z: 10.603546} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1416325496} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &1913504875 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1913504873} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 277025925} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 1 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!64 &1913504876 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1913504873} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 5 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} ---- !u!33 &1913504877 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1913504873} - m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &2012199003 GameObject: m_ObjectHideFlags: 0 @@ -677,4 +354,3 @@ SceneRoots: - {fileID: 2012199006} - {fileID: 1786021358} - {fileID: 608065043} - - {fileID: 1416325496} diff --git a/Release/com.over.over-unity-sdk-0.2.5.tgz b/Release/com.over.over-unity-sdk-0.2.5.tgz index d7e389c..8fc40c9 100644 --- a/Release/com.over.over-unity-sdk-0.2.5.tgz +++ b/Release/com.over.over-unity-sdk-0.2.5.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb194c51177daa2373a3f3cb534b9cbb03c8d62f2dce9642b8eb2ccb762e611a -size 105285666 +oid sha256:0996301717f88fe91a52e47ac11f8ac925754becc53583a9c33ad14a2c114a2b +size 103866841