Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
153 commits
Select commit Hold shift + click to select a range
25285e7
First pass Input Action Rules
StephenHodgson Sep 12, 2018
ff0d732
Wired up input action rules
StephenHodgson Sep 12, 2018
5e1d768
genericised ProcessRules
jshowacre Sep 13, 2018
26f7c5f
Merge pull request #30 from Jarodshow/patch-1
StephenHodgson Sep 13, 2018
232510b
Merge branch 'mrtk_development' into vNEXT-InputActionRules
StephenHodgson Sep 13, 2018
db3a4f4
Merge branch 'mrtk_development' of https://github.com/Microsoft/Mixed…
SimonDarksideJ Sep 13, 2018
83b7c1a
Merge branch 'mrtk_development' into vNEXT-InputActionRules
StephenHodgson Sep 13, 2018
edbbd1e
Fixed the processing of rules:
SimonDarksideJ Sep 13, 2018
398492b
Merge branch 'vNEXT-InputActionRules' of https://github.com/StephenHo…
SimonDarksideJ Sep 13, 2018
cee1a28
Merge pull request #31 from SimonDarksideJ/vNEXT-InputActionRules_Pro…
StephenHodgson Sep 13, 2018
2522fa2
Merge branch 'mrtk_development' into vNEXT-InputActionRules
StephenHodgson Sep 13, 2018
3148b3e
Added example assets to be used in tooltip sample scene.
Sep 25, 2018
6470ad7
Merge branch 'mrtk_development' into vNEXT-InputActionRules
StephenHodgson Oct 6, 2018
9c9ce7e
Updated Input Action Rules Inspector
StephenHodgson Oct 6, 2018
68247d9
updated method name
StephenHodgson Oct 6, 2018
be853da
Fixed UWP Lag issue, changed from Event Based updates to polling.
SimonDarksideJ Oct 7, 2018
7693bb3
updated gitignore file
StephenHodgson Oct 8, 2018
f588749
Merge branch 'mrtk_development' of https://github.com/Microsoft/Mixed…
StephenHodgson Oct 8, 2018
02667a6
out folder is actually unity generated
StephenHodgson Oct 8, 2018
d6ac441
Merge pull request #2894 from StephenHodgson/vNEXT-IgnoreUpdate
Oct 8, 2018
67a5d74
better filtering
StephenHodgson Oct 8, 2018
9535e0d
added note about only being able to assign rules to same axis constra…
StephenHodgson Oct 8, 2018
dbe44bf
Merge branch 'mrtk_development' into vNEXT-InputActionRules
StephenHodgson Oct 8, 2018
42a0646
Merge pull request #2890 from SimonDarksideJ/mrtk_development_UWPPerfFix
Oct 8, 2018
41f74ed
decreased button width
jshowacre Oct 8, 2018
67c7157
Merge pull request #2895 from Jarodshow/mrtk_development_profileedit
SimonDarksideJ Oct 8, 2018
4fff7bf
updated layout alignment
StephenHodgson Oct 8, 2018
618dc0a
fixed a case where the MixedRealityPlayspace could return null
Ecnassianer Oct 8, 2018
48c3b7b
Merge pull request #2897 from Ecnassianer/mrplayspace_null
keveleigh Oct 8, 2018
5f8a91b
Add Solvers scene and prefabs/scripts
keveleigh Sep 6, 2018
5e7deb1
Proper SolverHandler serialization
keveleigh Sep 6, 2018
66283e8
Fix prefab settings
keveleigh Sep 7, 2018
049e691
Rename Body to MixedRealityPlayspace
keveleigh Oct 5, 2018
481b651
Add tooltips to demo code
keveleigh Oct 8, 2018
6a8a34f
Rename BodyLocked solver prefab to match the script
keveleigh Oct 9, 2018
c9810d4
Added a non-stepped orbital solver example
keveleigh Oct 9, 2018
7c720e5
Updating Solvers scene from PR feedback
keveleigh Oct 9, 2018
1873a6f
added ability to assign same action with different criteria
StephenHodgson Oct 9, 2018
3193f8e
add background to text captions
Oct 9, 2018
951712a
Added an overlap solver
Ecnassianer Oct 9, 2018
e6cef69
script icon
Ecnassianer Oct 9, 2018
d41beee
Merge pull request #2903 from Ecnassianer/solver_overlap
StephenHodgson Oct 10, 2018
ac88a3b
add solver spheres to cylindrical obj collection
Oct 10, 2018
637c1ba
Merge pull request #2885 from keveleigh/AddExampleScene
Oct 10, 2018
bab5498
Fix dotnet runtime for UWP
ryzngard Oct 10, 2018
9fc2955
Merge pull request #2906 from ryzngard/ryzng/uwp_process_fix
Oct 11, 2018
8f0c76f
Made sure Windows Speech Input's event data was raised by gaze, as Fo…
StephenHodgson Oct 12, 2018
b9ee5ad
added an error warning to the speech input handler if a previously re…
StephenHodgson Oct 12, 2018
281e2ca
reverted change to Windows Speech Input Device Manager
StephenHodgson Oct 13, 2018
04d0f94
Removed eventData methods for getting focus data. Users should instea…
StephenHodgson Oct 13, 2018
ef363e9
removed unused using
StephenHodgson Oct 13, 2018
1ccef05
got rid of the editor allocations from asserts in handle event method
StephenHodgson Oct 13, 2018
197da06
Cleaned up the dictation input device manager, and removed allocation…
StephenHodgson Oct 13, 2018
7ce9925
added asserts for system status results
StephenHodgson Oct 13, 2018
3195af9
Refactored Manager concept into Services
StephenHodgson Oct 14, 2018
70329d3
a bit more cleanup and fixed some typos
StephenHodgson Oct 14, 2018
9acdc27
replaced all the Mixed Reality Manager's with Mixed Reality Orchestrator
StephenHodgson Oct 14, 2018
bd21014
replaced all IMixedRealityManager's with IMixedRealityService
StephenHodgson Oct 14, 2018
4fe572d
updates base class summary a bit
StephenHodgson Oct 14, 2018
02544d9
updated serialized value on DefaultMixedRealityConfigurationProfile
StephenHodgson Oct 14, 2018
0d05381
renamed the inspector and test classes.
StephenHodgson Oct 14, 2018
2a4c61c
renamed Managers namespace to Services
StephenHodgson Oct 14, 2018
b91fec2
Added gesture type filter so it's impossible to register the same ges…
StephenHodgson Oct 16, 2018
f463cdf
Add link to Azure hosted Slack invitation sender
nakda Oct 16, 2018
47f63cc
Fix typo on Contributing.md
nakda Oct 16, 2018
7c6aba0
Merge pull request #2929 from Nakda/documentation
keveleigh Oct 16, 2018
a5f39d8
finished name changes
StephenHodgson Oct 18, 2018
c36933e
Merge branch 'mrtk_development' into vNEXT-InputActionRules
StephenHodgson Oct 18, 2018
c918722
Updated editor version to 2018.2.13f1
StephenHodgson Oct 18, 2018
fe09804
Remove stray ChaseSource from SwappingVolume prefab
keveleigh Oct 18, 2018
b4263ff
Merge pull request #2939 from StephenHodgson/vNEXT-EditorUpdate
SimonDarksideJ Oct 19, 2018
409a8aa
properly use the current pointer defined on line 135
StephenHodgson Oct 19, 2018
2521e15
Merge pull request #2940 from keveleigh/SolverPrefabFix
SimonDarksideJ Oct 19, 2018
749dc20
Merge pull request #2926 from StephenHodgson/vNEXT-GestureProfileFixes
StephenHodgson Oct 19, 2018
9094341
Merge branch 'mrtk_development' into vNEXT-Revolution
StephenHodgson Oct 19, 2018
9d1981f
Merge pull request #2771 from StephenHodgson/vNEXT-InputActionRules
Oct 19, 2018
25e31c4
Merge branch 'mrtk_development' into vNEXT-Revolution
StephenHodgson Oct 19, 2018
07971ff
Renamed IMixedRealityComponent to IMixedRealityServiceProvider
StephenHodgson Oct 19, 2018
a4935d5
2018.2.13f1 missing quality settings changes
StephenHodgson Oct 19, 2018
2378e85
initialized rules to remove build warnings
StephenHodgson Oct 19, 2018
cdebeff
Updated Base Pointer Controller Pointer Name Property with a backing …
StephenHodgson Oct 20, 2018
7edd58c
Updated SystemType deserialization method
StephenHodgson Oct 20, 2018
c996b28
removed a bunch of unused namespaces
StephenHodgson Oct 20, 2018
e927807
updated WinGestSettings summary
StephenHodgson Oct 20, 2018
a9759f6
fixed Build Window layout in 2018.2+
StephenHodgson Oct 20, 2018
28774f8
updated some missing MRTK icons on some scripts
StephenHodgson Oct 20, 2018
51bb8f5
Merge pull request #2943 from StephenHodgson/vNEXT-BuildWarningFix
SimonDarksideJ Oct 21, 2018
35c03ea
MixedRealityConfigurationProfile -> MixedRealityToolkitConfigurationP…
StephenHodgson Oct 21, 2018
9638d49
Forgotten to add a few files for the last commit
StephenHodgson Oct 21, 2018
74ab5de
Merge pull request #2942 from StephenHodgson/vNEXT-EditorUpdates
StephenHodgson Oct 22, 2018
8510a2f
renamed a profile inspector class
StephenHodgson Oct 22, 2018
dec1968
Merge pull request #2950 from StephenHodgson/vNEXT-Icons
keveleigh Oct 22, 2018
d4a4c75
spelling
keveleigh Oct 22, 2018
09f3124
added space
keveleigh Oct 22, 2018
39a61bf
replace manager exceptions with debug.logerror and return
Oct 22, 2018
3a75560
Merge pull request #2945 from StephenHodgson/vNEXT-SystemTypeUpdate
Oct 22, 2018
d7f523d
Updated ModalInput to only fire once
StephenHodgson Oct 22, 2018
38f5a20
added some space
StephenHodgson Oct 22, 2018
ff1e242
Merge pull request #2953 from davidkline-ms/mgrNullRef
Oct 22, 2018
3c5fb0f
Merge pull request #2947 from StephenHodgson/vNEXT-WinGestureSettings…
Oct 23, 2018
a57b5dc
Merge pull request #2921 from StephenHodgson/vNEXT-DictationUpdate
StephenHodgson Oct 23, 2018
325837d
Merge branch 'mrtk_development' into vNEXT-FocusFixes
StephenHodgson Oct 23, 2018
25dcdf9
Merge branch 'mrtk_development' into vNEXT-Revolution
StephenHodgson Oct 23, 2018
cc29b67
Minor SolverHandler refactor
keveleigh Oct 23, 2018
bef0052
Merge pull request #2959 from keveleigh/SolverUpdates
Oct 23, 2018
6f43eaa
Merge pull request #2920 from StephenHodgson/vNEXT-FocusFixes
Oct 23, 2018
194ffa7
Merge pull request #2944 from StephenHodgson/vNEXT-PointerName
Oct 23, 2018
4f7af51
Add update to serializedObject in diagnostic inspector so changes act…
ryzngard Oct 23, 2018
8e84d05
updated merged items
StephenHodgson Oct 23, 2018
d82c164
Merge pull request #2961 from ryzngard/ryzn/fix_diagnostic_inspector
StephenHodgson Oct 23, 2018
1576271
Merge branch 'mrtk_development' into vNEXT-Revolution
StephenHodgson Oct 23, 2018
ad1886e
updated merge changes
StephenHodgson Oct 23, 2018
b0eb6a1
cleaned up USBListener a bit
StephenHodgson Oct 23, 2018
a2ebf58
Merge branch 'mrtk_development' into mrtk_development_tooltip_assets
Oct 24, 2018
100889b
IMixedRealityServiceProvider -> IMixedRealityExtensionService
StephenHodgson Oct 24, 2018
9ed442a
removed comments
StephenHodgson Oct 24, 2018
06616a3
Merge pull request #2922 from StephenHodgson/vNEXT-Revolution
StephenHodgson Oct 24, 2018
c1b65ed
Merge branch 'mrtk_development' into vNEXT-SpeechInputHandlerUpdate
StephenHodgson Oct 24, 2018
b55cb72
fix nullreferenceexception in diagnostics handler
Oct 24, 2018
0cd7579
updated name
StephenHodgson Oct 24, 2018
4bc1898
Merge pull request #2966 from davidkline-ms/diagsFix
StephenHodgson Oct 24, 2018
b2e97b0
Moved models out of UX/Tooltips and into Example StandardAssets. Adde…
Oct 24, 2018
52b716b
Merge pull request #2967 from JonathanPalmerGD/mrtk_development_toolt…
cre8ivepark Oct 24, 2018
68bfcc5
Fixing playspace instantiation
SimonDarksideJ Oct 24, 2018
10d9ab7
Merge pull request #2968 from Microsoft/mrtk_development_PlayspaceFix2
SimonDarksideJ Oct 24, 2018
bb478a0
Added tooltip backgrounds and default line material.
Oct 24, 2018
bfe10c5
Merge pull request #2913 from StephenHodgson/vNEXT-SpeechInputHandler…
keveleigh Oct 25, 2018
ceda129
Merge pull request #2977 from JonathanPalmerGD/mrtk_development_toolt…
cre8ivepark Oct 25, 2018
e86d7f9
Better editor logging for device portal
StephenHodgson Oct 26, 2018
0c39e15
dots
StephenHodgson Oct 26, 2018
1678686
Fixes to resolve #2979
SimonDarksideJ Oct 26, 2018
7ac93cc
Removed unneeded field
SimonDarksideJ Oct 26, 2018
045f8ed
* Resolved double calling of "IsSystemType"
SimonDarksideJ Oct 26, 2018
0f7331b
Incorporated @StephenHodgson 's IsAssignableFrom fix
SimonDarksideJ Oct 26, 2018
985be0d
Update Assets/MixedRealityToolkit-SDK/Profiles/DefaultMixedRealityToo…
StephenHodgson Oct 26, 2018
7d829ec
Replaced Try/Catch with if (typeof(IMixedRealityExtensionService).IsA…
SimonDarksideJ Oct 26, 2018
ce0e97b
Merge branch 'mrtk_development_SerializationFix' of https://github.co…
SimonDarksideJ Oct 26, 2018
bc15100
Inverted the impossible
SimonDarksideJ Oct 26, 2018
5f397e5
Merge pull request #2981 from SimonDarksideJ/mrtk_development_Seriali…
Oct 26, 2018
95e12ce
Updated MixedRealityToolkit Unit Tests
StephenHodgson Oct 26, 2018
6a13a7b
Renamed `EnforceEditorSettings.cs` -> `MixedRealityEditorSettings.cs`
StephenHodgson Oct 26, 2018
8bf189d
Updated relative icon paths
StephenHodgson Oct 26, 2018
73ac6c1
fixed path for controller icons
StephenHodgson Oct 26, 2018
19805cb
Make FloorScale's type match floorScale's type
keveleigh Oct 26, 2018
1771015
Merge pull request #2984 from StephenHodgson/vNEXT-UnitTests
Oct 26, 2018
ff829e5
Merge pull request #2989 from keveleigh/BoundaryBug
keveleigh Oct 26, 2018
883f4d7
Add platform-dependent compilation section to CodingGuidelines
keveleigh Oct 26, 2018
81510a5
Merge pull request #2948 from StephenHodgson/vNEXT-BuildWindowFixes
keveleigh Oct 26, 2018
829f61c
Merge pull request #2990 from keveleigh/PlatformDependentDocs
Oct 26, 2018
a0fc18f
Merge pull request #2988 from StephenHodgson/vNEXT-IconFixes
StephenHodgson Oct 27, 2018
d468fdd
Merge branch 'mrtk_development' of https://github.com/Microsoft/Mixed…
Oct 29, 2018
bc0c747
Merged mrtk_development. Added Toggle HolographicButton example.
Oct 29, 2018
3a0a386
Polished example sceens with MRTK Standard example assets - coffee cu…
Oct 29, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ UWP/
WindowsStoreApp/
UnityGenerated/
UnityPackageManager/
.out/
project.json
project.lock.json
WSATestCertificate.pfx
WSATestCertificate.pfx.meta
*.package

# ============ #
# Certificates #
# ============ #
*.cert
*.privkey
*.pfx
*.pfx.meta

# ===================================== #
# Visual Studio / MonoDevelop generated #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GameObject:
- component: {fileID: 431339712}
- component: {fileID: 431339711}
m_Layer: 0
m_Name: MixedRealityManager
m_Name: MixedRealityToolkit
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ GameObject:
- component: {fileID: 979633973}
- component: {fileID: 979633972}
m_Layer: 0
m_Name: MixedRealityManager
m_Name: MixedRealityToolkit
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ GameObject:
- component: {fileID: 1485507613}
- component: {fileID: 1485507612}
m_Layer: 0
m_Name: MixedRealityManager
m_Name: MixedRealityToolkit
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
using Microsoft.MixedReality.Toolkit.Core.Definitions.BoundarySystem;
using Microsoft.MixedReality.Toolkit.Core.EventDatum.Boundary;
using Microsoft.MixedReality.Toolkit.Core.Interfaces.BoundarySystem;
using Microsoft.MixedReality.Toolkit.Core.Managers;
using Microsoft.MixedReality.Toolkit.Core.Utilities;
using Microsoft.MixedReality.Toolkit.Core.Services;
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Core.Utilities.Async;
using UnityEngine;
Expand Down Expand Up @@ -42,13 +41,13 @@ private void Awake()
{
markerParent = new GameObject();
markerParent.name = "Boundary Demo Markers";
markerParent.transform.parent = MixedRealityManager.Instance.MixedRealityPlayspace;
markerParent.transform.parent = MixedRealityToolkit.Instance.MixedRealityPlayspace;
}

private void Start()
{

if (MixedRealityManager.BoundarySystem != null)
if (MixedRealityToolkit.BoundarySystem != null)
{
if (markers.Count == 0)
{
Expand All @@ -59,25 +58,25 @@ private void Start()

private void Update()
{
if (MixedRealityManager.BoundarySystem != null)
if (MixedRealityToolkit.BoundarySystem != null)
{
MixedRealityManager.BoundarySystem.ShowFloor = showFloor;
MixedRealityManager.BoundarySystem.ShowPlayArea = showPlayArea;
MixedRealityManager.BoundarySystem.ShowTrackedArea = showTrackedArea;
MixedRealityManager.BoundarySystem.ShowBoundaryWalls = showBoundaryWalls;
MixedRealityManager.BoundarySystem.ShowBoundaryCeiling = showBoundaryCeiling;
MixedRealityToolkit.BoundarySystem.ShowFloor = showFloor;
MixedRealityToolkit.BoundarySystem.ShowPlayArea = showPlayArea;
MixedRealityToolkit.BoundarySystem.ShowTrackedArea = showTrackedArea;
MixedRealityToolkit.BoundarySystem.ShowBoundaryWalls = showBoundaryWalls;
MixedRealityToolkit.BoundarySystem.ShowBoundaryCeiling = showBoundaryCeiling;
}
}

private async void OnEnable()
{
await new WaitUntil(() => MixedRealityManager.BoundarySystem != null);
MixedRealityManager.BoundarySystem.Register(gameObject);
await new WaitUntil(() => MixedRealityToolkit.BoundarySystem != null);
MixedRealityToolkit.BoundarySystem.Register(gameObject);
}

private void OnDisable()
{
MixedRealityManager.BoundarySystem?.Unregister(gameObject);
MixedRealityToolkit.BoundarySystem?.Unregister(gameObject);
}

#endregion MonoBehaviour Implementation
Expand All @@ -104,13 +103,13 @@ private void AddMarkers()
float widthRect;
float heightRect;

if (!MixedRealityManager.BoundarySystem.TryGetRectangularBoundsParams(out centerRect, out angleRect, out widthRect, out heightRect))
if (!MixedRealityToolkit.BoundarySystem.TryGetRectangularBoundsParams(out centerRect, out angleRect, out widthRect, out heightRect))
{
// If we have no boundary manager or rectangular bounds we will show no indicators
return;
}

MixedRealityBoundaryVisualizationProfile visualizationProfile = MixedRealityManager.Instance.ActiveProfile.BoundaryVisualizationProfile;
MixedRealityBoundaryVisualizationProfile visualizationProfile = MixedRealityToolkit.Instance.ActiveProfile.BoundaryVisualizationProfile;
if (visualizationProfile == null)
{
// We do not have a visualization profile configured, therefore do not render the indicators.
Expand All @@ -135,12 +134,12 @@ private void AddMarkers()

Material material = null;
// Check inscribed rectangle first
if (MixedRealityManager.BoundarySystem.Contains(position, Boundary.Type.PlayArea))
if (MixedRealityToolkit.BoundarySystem.Contains(position, Boundary.Type.PlayArea))
{
material = visualizationProfile.PlayAreaMaterial;
}
// Then check geometry
else if (MixedRealityManager.BoundarySystem.Contains(position, Boundary.Type.TrackedArea))
else if (MixedRealityToolkit.BoundarySystem.Contains(position, Boundary.Type.TrackedArea))
{
material = visualizationProfile.TrackedAreaMaterial;
}
Expand Down
8 changes: 8 additions & 0 deletions Assets/MixedRealityToolkit-Examples/Demos/Solvers.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications: []
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 1307245229378308}
m_IsPrefabParent: 1
--- !u!1 &1307245229378308
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 4730916243282228}
- component: {fileID: 114229151188300204}
- component: {fileID: 114604167685196832}
- component: {fileID: 33503633605293008}
- component: {fileID: 23066390738997328}
m_Layer: 0
m_Name: ChaseSource
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4730916243282228
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1307245229378308}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.025, y: 0.025, z: 0.025}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!23 &23066390738997328
MeshRenderer:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1307245229378308}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RenderingLayerMask: 4294967295
m_Materials:
- {fileID: 2100000, guid: c4a1b7475a654dd0acaa0cfdfba2e20c, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 0
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
--- !u!33 &33503633605293008
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1307245229378308}
m_Mesh: {fileID: 4300000, guid: 841b5755ac02dbc439bd347f414de999, type: 3}
--- !u!114 &114229151188300204
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1307245229378308}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: b55691ad5b034fe6966763a6e23818d2, type: 3}
m_Name:
m_EditorClassIdentifier:
handedness: 1
trackedObjectToReference: 2
additionalOffset: {x: 0, y: 0, z: 0}
additionalRotation: {x: 0, y: 0, z: 0}
transformTarget: {fileID: 0}
updateSolvers: 1
--- !u!114 &114604167685196832
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1307245229378308}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4684083f6dff4a1d8a790bccc354fcf4, type: 3}
m_Name:
m_EditorClassIdentifier:
updateLinkedTransform: 0
moveLerpTime: 0.1
rotateLerpTime: 0.1
scaleLerpTime: 0
maintainScale: 1
smoothing: 1
lifetime: 0
SolverHandler: {fileID: 114229151188300204}
referenceDirection: 0
minDistance: 0.1
maxDistance: 0.1
minViewDegrees: 0
maxViewDegrees: 0
aspectV: 1
ignoreAngleClamp: 0
ignoreDistanceClamp: 0
orientToReferenceDirection: 0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading