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); } } 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 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": {