Category Archives: Unity 3D

Unity 3D

Unity 3D – Set render pipeline and fix the pink shader material.

The Unity 2018.1 comes with two scriptable render pipelines known as SRP templates the HDRP and the lightweight render pipeline. The idea is to provide optimized real-time performance. In Unity 2019.3 the lightweight render pipeline was renamed to Universal render pipeline. All render pipelines can be install from the Package Manager. You can install it… Read More »

Unity 3D – The readyplayer.me Unity package.

The Unity package can be found on this page. You can load it into your project, see the next image: You can have an error like this: Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included or the current platform. Only one assembly with the same name is allowed per platform. (C:/ReadyPlayerMe001/ReadyPlayerMe001/Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0/Runtime/Newtonsoft.Json.dll). I try to… Read More »