Fixed the Portal Visuals
This commit is contained in:
@@ -111,7 +111,7 @@ Material:
|
||||
- _DstBlend: 0
|
||||
- _DstBlendAlpha: 0
|
||||
- _EnvironmentReflections: 1
|
||||
- _FadeColorBlend: 0.44136575
|
||||
- _FadeColorBlend: 0.004822666
|
||||
- _ForceEye: 0
|
||||
- _GlossMapScale: 0
|
||||
- _Glossiness: 0
|
||||
|
||||
@@ -822,7 +822,7 @@ PrefabInstance:
|
||||
type: 3}
|
||||
propertyPath: 'm_Materials.Array.data[0]'
|
||||
value:
|
||||
objectReference: {fileID: 2100000, guid: ff2015ca7b8361549a3630361df8bb2f, type: 2}
|
||||
objectReference: {fileID: 2100000, guid: 0de585c3511e8e340a99f36464fabdae, type: 2}
|
||||
- target: {fileID: -6201606404599197734, guid: 805f7bec56abd4043a2a57eb410ef0d8,
|
||||
type: 3}
|
||||
propertyPath: m_Layer
|
||||
@@ -957,7 +957,7 @@ PrefabInstance:
|
||||
type: 3}
|
||||
propertyPath: 'm_Materials.Array.data[0]'
|
||||
value:
|
||||
objectReference: {fileID: 2100000, guid: 2292ae0d52d05ee4a8dfaea0ab345787, type: 2}
|
||||
objectReference: {fileID: 2100000, guid: a3479c168c5bd8548b017f344744434a, type: 2}
|
||||
- target: {fileID: -4604976706164382576, guid: 805f7bec56abd4043a2a57eb410ef0d8,
|
||||
type: 3}
|
||||
propertyPath: m_Layer
|
||||
@@ -1122,7 +1122,7 @@ PrefabInstance:
|
||||
type: 3}
|
||||
propertyPath: 'm_Materials.Array.data[0]'
|
||||
value:
|
||||
objectReference: {fileID: 2100000, guid: 85f6925db1b982740aeca2063d68b810, type: 2}
|
||||
objectReference: {fileID: 2100000, guid: a3479c168c5bd8548b017f344744434a, type: 2}
|
||||
- target: {fileID: -1715843376218560365, guid: 805f7bec56abd4043a2a57eb410ef0d8,
|
||||
type: 3}
|
||||
propertyPath: m_Layer
|
||||
@@ -1192,7 +1192,7 @@ PrefabInstance:
|
||||
type: 3}
|
||||
propertyPath: 'm_Materials.Array.data[0]'
|
||||
value:
|
||||
objectReference: {fileID: 2100000, guid: b143c4fc5fe41444ba6f289132946693, type: 2}
|
||||
objectReference: {fileID: 2100000, guid: a3479c168c5bd8548b017f344744434a, type: 2}
|
||||
- target: {fileID: 117042869583298742, guid: 805f7bec56abd4043a2a57eb410ef0d8,
|
||||
type: 3}
|
||||
propertyPath: m_Layer
|
||||
@@ -1292,7 +1292,7 @@ PrefabInstance:
|
||||
type: 3}
|
||||
propertyPath: 'm_Materials.Array.data[0]'
|
||||
value:
|
||||
objectReference: {fileID: 2100000, guid: 10f483f0e3beb8743a4eacfaba952966, type: 2}
|
||||
objectReference: {fileID: 2100000, guid: a3479c168c5bd8548b017f344744434a, type: 2}
|
||||
- target: {fileID: 1278847764238999337, guid: 805f7bec56abd4043a2a57eb410ef0d8,
|
||||
type: 3}
|
||||
propertyPath: m_Layer
|
||||
@@ -2964,7 +2964,7 @@ GameObject:
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
m_IsActive: 0
|
||||
--- !u!64 &1663606558
|
||||
MeshCollider:
|
||||
m_ObjectHideFlags: 0
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -95,7 +95,7 @@ namespace GhostSystem
|
||||
RotationJson = JsonConvert.SerializeObject(rotation)
|
||||
};
|
||||
|
||||
Debug.Log($"Insert frame with user_id: {SupabaseManager.instance.userId}");
|
||||
//Debug.Log($"Insert frame with user_id: {SupabaseManager.instance.userId}");
|
||||
|
||||
await SupabaseManager.instance.supabase.From<FrameModel>().Insert(data);
|
||||
}
|
||||
|
||||
@@ -162,5 +162,22 @@ namespace GhostSystem
|
||||
Debug.LogError($"❌ Google connection failed: {www.error}");
|
||||
}
|
||||
}
|
||||
|
||||
private async UniTask CheckApacheConnectionAsync()
|
||||
{
|
||||
using var www = UnityWebRequest.Get("http://192.168.0.85/test/index.html");
|
||||
await www.SendWebRequest();
|
||||
|
||||
if (www.result == UnityWebRequest.Result.Success)
|
||||
{
|
||||
textbox.text += "\n\rApache request succeeded.";
|
||||
Debug.Log("Apache request succeeded.");
|
||||
}
|
||||
else
|
||||
{
|
||||
textbox.text += $"\n\rApache connection failed: {www.error}";
|
||||
Debug.LogError($"❌ Apache connection failed: {www.error}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,6 +71,11 @@
|
||||
"key": "editor.showEditorNotifications",
|
||||
"value": "{\"m_Value\":false}"
|
||||
},
|
||||
{
|
||||
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "editor.stripProBuilderScriptsOnBuild",
|
||||
"value": "{\"m_Value\":true}"
|
||||
},
|
||||
{
|
||||
"type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "ShapeBuilder.ActiveShapeIndex",
|
||||
|
||||
@@ -551,7 +551,7 @@ PlayerSettings:
|
||||
m_APIs: 15000000
|
||||
m_Automatic: 0
|
||||
- m_BuildTarget: WindowsStandaloneSupport
|
||||
m_APIs: 0200000015000000
|
||||
m_APIs: 1500000002000000
|
||||
m_Automatic: 0
|
||||
m_BuildTargetVRSettings: []
|
||||
m_DefaultShaderChunkSizeInMB: 16
|
||||
|
||||
Reference in New Issue
Block a user