mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 10:34:54 -05:00
Merge branch 'master' into fix/custom_material
This commit is contained in:
@@ -28,7 +28,11 @@ namespace VRM.DevOnly
|
||||
|
||||
public static void SwitchBuiltinPipeline()
|
||||
{
|
||||
#if UNITY_6000_0_OR_NEWER
|
||||
UnityEngine.Rendering.GraphicsSettings.defaultRenderPipeline = null;
|
||||
#else
|
||||
UnityEngine.Rendering.GraphicsSettings.renderPipelineAsset = null;
|
||||
#endif
|
||||
}
|
||||
|
||||
public static void BuildWebGL_SimpleViewer()
|
||||
|
||||
@@ -62,8 +62,8 @@ These are **not supported**.
|
||||
|
||||
| Unity Version | UniVRM Release | VRM 1.0 support |
|
||||
| ------------- | ----------------------------------------------------------------- | --------------- |
|
||||
| 2021.3 | [v0.112.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.112.0) | Yes |
|
||||
| 2020.3 | [v0.100.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.100.0) | Yes |
|
||||
| 2021.3 | [v0.112.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.127.0) | Yes |
|
||||
| 2020.3 | [v0.100.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.111.0) | Yes |
|
||||
| 2019.3 | [v0.99.1](https://github.com/vrm-c/UniVRM/releases/tag/v0.99.1) | No |
|
||||
| 2018.4 | [v0.79.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.79.0) | No |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user