UniVRM/Assets/VRM10_Samples
Isamu Mogi 698a4dbc8e Unity2022.2.4以下と2021.3.17以下でFindObjectBy系APIが存在しないのに対応
FindObjectsBy系のAPIは、UniVRMがサポートしているUnityのうち、次の範囲のバージョンには存在しない。

- 2021.3.0~2021.3.17
- 2022.1.0~2022.1.24
- 2022.2.0~2022.2.4

そのため、該当するバージョンのUnityではコンパイルエラーが発生していた。UNITY_2022_3_OR_NEWERで分岐することで、旧APIと新APIを安全に選択するようにした。

厳密にはUNITY_2022_2_5_OR_NEWERを用いたいが、そのようなシンボルは存在していなかった。
2024-05-14 20:15:56 +09:00
..
ModelSetup_SeedSan Re-added binary files 2022-09-28 16:55:48 +09:00
SimpleVrma sample workaround. UNITY_EDITOR 2023-12-12 16:31:39 +09:00
URPSample unity version up と vscode 作業設定 2023-06-13 14:52:31 +09:00
VRM10FirstPersonSample Unity2022.2.4以下と2021.3.17以下でFindObjectBy系APIが存在しないのに対応 2024-05-14 20:15:56 +09:00
VRM10RuntimeExporterSample remove unused. #2160 2023-12-11 16:27:07 +09:00
VRM10Viewer Unity2022.2.4以下と2021.3.17以下でFindObjectBy系APIが存在しないのに対応 2024-05-14 20:15:56 +09:00
ModelSetup_SeedSan.meta Add a vrm 1.0 model creation sample of Seed-san 2022-09-21 17:39:37 +09:00
SimpleVrma.meta move Retarget to API 2023-08-16 13:53:54 +09:00
URPSample.meta URPSampleディレクトリを作成 2023-03-22 13:17:02 +09:00
VRM10FirstPersonSample.meta copy Samples~ to under Assets 2021-10-14 19:28:31 +09:00
VRM10RuntimeExporterSample.meta vrm-1.0 runtime export sample 2023-03-09 19:20:32 +09:00
VRM10Viewer.meta copy Samples~ to under Assets 2021-10-14 19:28:31 +09:00