mirror of
https://projects.caleb-brown.dev/UDRI-XRT/UDRIGEEKCup2024.git
synced 2025-01-21 22:58:50 -05:00
Moved Atoms assets
This commit is contained in:
parent
4e65f9d551
commit
687aca50c1
8
Assets/Atoms.meta
Normal file
8
Assets/Atoms.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 09dc6a7d38485441288a8933926fc199
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
8
Assets/Atoms/Constants.meta
Normal file
8
Assets/Atoms/Constants.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 958196085146a4bb5863c39e98a07d6a
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
17
Assets/Atoms/Constants/Ball.asset
Normal file
17
Assets/Atoms/Constants/Ball.asset
Normal file
@ -0,0 +1,17 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 44fe6f8275613408d9adc4435b52bf4f, type: 3}
|
||||
m_Name: Ball
|
||||
m_EditorClassIdentifier:
|
||||
_developerDescription:
|
||||
_id: golf-ball
|
||||
_value: ball
|
8
Assets/Atoms/Constants/Ball.asset.meta
Normal file
8
Assets/Atoms/Constants/Ball.asset.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1f557d488f8464000b778362139a0045
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
8
Assets/Atoms/Events.meta
Normal file
8
Assets/Atoms/Events.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d634007aa7aa347aa9d7d13bf00b65eb
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
24
Assets/Atoms/Variables/HoleColliderTriggered.asset
Normal file
24
Assets/Atoms/Variables/HoleColliderTriggered.asset
Normal file
@ -0,0 +1,24 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 593b70f10d7bb41c78d42c7e8b6609da, type: 3}
|
||||
m_Name: HoleColliderTriggered
|
||||
m_EditorClassIdentifier:
|
||||
_developerDescription:
|
||||
_id:
|
||||
_value: 0
|
||||
_changed: {fileID: 0}
|
||||
_changedWithHistory: {fileID: 0}
|
||||
_triggerChangedOnOnEnable: 0
|
||||
_triggerChangedWithHistoryOnOnEnable: 0
|
||||
_oldValue: 0
|
||||
_initialValue: 1
|
||||
_preChangeTransformers: []
|
8
Assets/Atoms/Variables/HoleColliderTriggered.asset.meta
Normal file
8
Assets/Atoms/Variables/HoleColliderTriggered.asset.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c06694055e7ae4003afe2a672d2eefb0
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -4,15 +4,7 @@
|
||||
"name": "NPM Registry",
|
||||
"url": "https://registry.npmjs.org",
|
||||
"scopes": [
|
||||
"com.unity-atoms.unity-atoms-core",
|
||||
"com.unity-atoms.unity-atoms-base-atoms",
|
||||
"com.unity-atoms.unity-atoms-fsm",
|
||||
"com.unity-atoms.unity-atoms-mobile",
|
||||
"com.unity-atoms.unity-atoms-mono-hooks",
|
||||
"com.unity-atoms.unity-atoms-tags",
|
||||
"com.unity-atoms.unity-atoms-scene-mgmt",
|
||||
"com.unity-atoms.unity-atoms-ui",
|
||||
"com.unity-atoms.unity-atoms-input-system"
|
||||
"com.unity-atoms"
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -22,6 +14,7 @@
|
||||
"com.unity-atoms.unity-atoms-fsm": "4.5.0",
|
||||
"com.unity-atoms.unity-atoms-mobile": "4.5.0",
|
||||
"com.unity-atoms.unity-atoms-mono-hooks": "4.5.0",
|
||||
"com.unity-atoms.unity-atoms-tags": "4.5.0",
|
||||
"com.unity.device-simulator.devices": "1.0.0",
|
||||
"com.unity.ide.rider": "3.0.28",
|
||||
"com.unity.ide.visualstudio": "2.0.22",
|
||||
|
@ -51,6 +51,16 @@
|
||||
},
|
||||
"url": "https://registry.npmjs.org"
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-tags": {
|
||||
"version": "4.5.0",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0"
|
||||
},
|
||||
"url": "https://registry.npmjs.org"
|
||||
},
|
||||
"com.unity.2d.sprite": {
|
||||
"version": "1.0.0",
|
||||
"depth": 1,
|
||||
|
@ -30,15 +30,7 @@ MonoBehaviour:
|
||||
m_Name: NPM Registry
|
||||
m_Url: https://registry.npmjs.org
|
||||
m_Scopes:
|
||||
- com.unity-atoms.unity-atoms-core
|
||||
- com.unity-atoms.unity-atoms-base-atoms
|
||||
- com.unity-atoms.unity-atoms-fsm
|
||||
- com.unity-atoms.unity-atoms-mobile
|
||||
- com.unity-atoms.unity-atoms-mono-hooks
|
||||
- com.unity-atoms.unity-atoms-tags
|
||||
- com.unity-atoms.unity-atoms-scene-mgmt
|
||||
- com.unity-atoms.unity-atoms-ui
|
||||
- com.unity-atoms.unity-atoms-input-system
|
||||
- com.unity-atoms
|
||||
m_IsDefault: 0
|
||||
m_Capabilities: 0
|
||||
m_ConfigSource: 4
|
||||
@ -47,6 +39,6 @@ MonoBehaviour:
|
||||
m_RegistryInfoDraft:
|
||||
m_Modified: 0
|
||||
m_ErrorMessage:
|
||||
m_UserModificationsInstanceId: -854
|
||||
m_OriginalInstanceId: -858
|
||||
m_UserModificationsInstanceId: -834
|
||||
m_OriginalInstanceId: -838
|
||||
m_LoadAssets: 0
|
||||
|
Loading…
Reference in New Issue
Block a user