mirror of
https://projects.caleb-brown.dev/UDRI-XRT/UDRIGEEKCup2024.git
synced 2025-01-21 22:58:50 -05:00
POST IT
This commit is contained in:
parent
a09b9529e4
commit
eaa28b9b1d
@ -2214,17 +2214,17 @@ PrefabInstance:
|
||||
- target: {fileID: 8727449846208723036, guid: ac76457cd04ac5b4689edc7030286ed2,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.x
|
||||
value: 1.0700006
|
||||
value: 0.756
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8727449846208723036, guid: ac76457cd04ac5b4689edc7030286ed2,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.y
|
||||
value: -0.9080007
|
||||
value: -0.908
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8727449846208723036, guid: ac76457cd04ac5b4689edc7030286ed2,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.z
|
||||
value: 1.302999
|
||||
value: 1.258
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8727449846208723036, guid: ac76457cd04ac5b4689edc7030286ed2,
|
||||
type: 3}
|
||||
|
29
Assets/IcallYouSukahchu.cs
Normal file
29
Assets/IcallYouSukahchu.cs
Normal file
@ -0,0 +1,29 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace MAVRIC.GEEKCup
|
||||
{
|
||||
public class IcallYouSukahchu : MonoBehaviour
|
||||
{
|
||||
[SerializeField]
|
||||
private float delay = 1f;
|
||||
|
||||
[SerializeField] private GameObject target;
|
||||
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
StartCoroutine(Appear());
|
||||
}
|
||||
|
||||
private IEnumerator Appear()
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
yield return new WaitForSeconds(delay);
|
||||
target.SetActive(!target.activeSelf);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
Assets/IcallYouSukahchu.cs.meta
Normal file
11
Assets/IcallYouSukahchu.cs.meta
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ed22a74cfb94e104997a7dc3bfc89ac4
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -116,7 +116,7 @@ GameObject:
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 8727449846208723036}
|
||||
- component: {fileID: 3435418152655107896}
|
||||
- component: {fileID: 4332553849039848744}
|
||||
m_Layer: 0
|
||||
m_Name: Sukh_Popout
|
||||
m_TagString: Untagged
|
||||
@ -140,7 +140,7 @@ Transform:
|
||||
- {fileID: 8883634209604188560}
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &3435418152655107896
|
||||
--- !u!114 &4332553849039848744
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
@ -149,14 +149,11 @@ MonoBehaviour:
|
||||
m_GameObject: {fileID: 7899737824327526239}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: c910448bdeecffe4e9acc471c8ef2f20, type: 3}
|
||||
m_Script: {fileID: 11500000, guid: ed22a74cfb94e104997a7dc3bfc89ac4, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
angle: 60
|
||||
speed: 1
|
||||
delay: 0
|
||||
axis: {x: 1, y: 0, z: 0}
|
||||
halfPendulum: 1
|
||||
delay: 5
|
||||
target: {fileID: 310586699106764023}
|
||||
--- !u!1001 &5153034098846805510
|
||||
PrefabInstance:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -1895,6 +1895,26 @@ Transform:
|
||||
type: 3}
|
||||
m_PrefabInstance: {fileID: 536641696}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
--- !u!1 &543538025 stripped
|
||||
GameObject:
|
||||
m_CorrespondingSourceObject: {fileID: 4310351130166276442, guid: 23df27f8eab164f53a62e09b8b7c7325,
|
||||
type: 3}
|
||||
m_PrefabInstance: {fileID: 1508137126}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
--- !u!114 &543538027
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 543538025}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: ed22a74cfb94e104997a7dc3bfc89ac4, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
delay: 5
|
||||
target: {fileID: 858478455}
|
||||
--- !u!1001 &735646270
|
||||
PrefabInstance:
|
||||
m_ObjectHideFlags: 0
|
||||
@ -2825,6 +2845,12 @@ Transform:
|
||||
- {fileID: 1443243300}
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &858478455 stripped
|
||||
GameObject:
|
||||
m_CorrespondingSourceObject: {fileID: 5926627997170373362, guid: 23df27f8eab164f53a62e09b8b7c7325,
|
||||
type: 3}
|
||||
m_PrefabInstance: {fileID: 1508137126}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
--- !u!1001 &862334939
|
||||
PrefabInstance:
|
||||
m_ObjectHideFlags: 0
|
||||
@ -4054,6 +4080,21 @@ PrefabInstance:
|
||||
propertyPath: m_Name
|
||||
value: Main_Room
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 3417899323534290521, guid: 23df27f8eab164f53a62e09b8b7c7325,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.x
|
||||
value: 0.756
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 3417899323534290521, guid: 23df27f8eab164f53a62e09b8b7c7325,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.y
|
||||
value: -0.908
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 3417899323534290521, guid: 23df27f8eab164f53a62e09b8b7c7325,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.z
|
||||
value: 1.258
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5696501611000377724, guid: 23df27f8eab164f53a62e09b8b7c7325,
|
||||
type: 3}
|
||||
propertyPath: m_Mesh
|
||||
@ -4114,10 +4155,15 @@ PrefabInstance:
|
||||
propertyPath: m_LocalEulerAnglesHint.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
m_RemovedComponents: []
|
||||
m_RemovedComponents:
|
||||
- {fileID: 8781454871265960253, guid: 23df27f8eab164f53a62e09b8b7c7325, type: 3}
|
||||
m_RemovedGameObjects: []
|
||||
m_AddedGameObjects: []
|
||||
m_AddedComponents: []
|
||||
m_AddedComponents:
|
||||
- targetCorrespondingSourceObject: {fileID: 4310351130166276442, guid: 23df27f8eab164f53a62e09b8b7c7325,
|
||||
type: 3}
|
||||
insertIndex: -1
|
||||
addedObject: {fileID: 543538027}
|
||||
m_SourcePrefab: {fileID: 100100000, guid: 23df27f8eab164f53a62e09b8b7c7325, type: 3}
|
||||
--- !u!1001 &1597296109
|
||||
PrefabInstance:
|
||||
@ -4464,7 +4510,6 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
numText: {fileID: 1780702395}
|
||||
strokeVariable: {fileID: 0}
|
||||
InGoalVariable: {fileID: 0}
|
||||
--- !u!114 &1780702395
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
@ -7201,7 +7246,6 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
numText: {fileID: 5357977733061384911}
|
||||
strokeVariable: {fileID: 11400000, guid: b17566f4d19813249a993793ac86d94c, type: 2}
|
||||
InGoalVariable: {fileID: 11400000, guid: 3b0e06d0a76bceb4296c54d02f0d34a4, type: 2}
|
||||
--- !u!224 &8523137829294198608
|
||||
RectTransform:
|
||||
m_ObjectHideFlags: 0
|
||||
|
Loading…
Reference in New Issue
Block a user