From 7b442a1ef2a70a2839bbac624fe834281bf4a4df Mon Sep 17 00:00:00 2001 From: a1678991 Date: Tue, 9 Jan 2024 21:03:26 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Windows=E3=81=A8=E3=81=9D=E3=82=8C=E4=BB=A5?= =?UTF-8?q?=E5=A4=96=E3=81=A7=E6=97=A5=E6=9C=AC=E6=99=82=E9=96=93=E3=81=AE?= =?UTF-8?q?=E5=8F=96=E5=BE=97=E5=87=A6=E7=90=86=E3=82=92=E5=88=86=E3=81=91?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/Util.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Scripts/Util.cs b/Scripts/Util.cs index 93898f6..bbad67d 100644 --- a/Scripts/Util.cs +++ b/Scripts/Util.cs @@ -7,7 +7,11 @@ public class Util : UdonSharpBehaviour { public static DateTime getJST() { - TimeZoneInfo jstZoneInfo = TimeZoneInfo.FindSystemTimeZoneById("Tokyo Standard Time"); +#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + var jstZoneInfo = TimeZoneInfo.FindSystemTimeZoneById("Tokyo Standard Time"); +#else + var jstZoneInfo = TimeZoneInfo.FindSystemTimeZoneById("Asia/Tokyo"); +#endif return TimeZoneInfo.ConvertTimeFromUtc(DateTime.UtcNow, jstZoneInfo); } } From c259b377e73506ad2d48a9d14f30e568674b431a Mon Sep 17 00:00:00 2001 From: Azukimochi Date: Wed, 10 Jan 2024 15:36:29 +0900 Subject: [PATCH 2/3] Fixed the letter licence to license at Creditview --- TaAGatheringInfoSys.prefab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TaAGatheringInfoSys.prefab b/TaAGatheringInfoSys.prefab index 0f5c24e..5fb4f84 100644 --- a/TaAGatheringInfoSys.prefab +++ b/TaAGatheringInfoSys.prefab @@ -1789,7 +1789,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: "Licence:\n [TaAGatheringListSys]\n(https://github.com/Azukimochi/TaAGatheringListSystem)\n\r\nCopyright + m_Text: "License:\n [TaAGatheringListSys]\n(https://github.com/Azukimochi/TaAGatheringListSystem)\n\r\nCopyright (c) 2023 Azukimochi\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including From fc4290ccbac344ea88f5975c892935c33a3cdd5f Mon Sep 17 00:00:00 2001 From: Azukimochi <103747350+Azukimochi@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:36:54 +0900 Subject: [PATCH 3/3] Update to 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd7099f..0578086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io.github.azukimochi.taa-gathering-list-system", - "version": "2.0.1", + "version": "2.0.2", "displayName": "TaAGatheringListSystem", "description": "TaAGatheringListSystem provides gathering information to VRChat users", "author": {