Can someone confirm that ProBuilder 3.0.9 is not compatible with 2019.1 alpha 7? I’m not sure if I’m doing something wrong, but it doesn’t seem to work for me. Getting the following error:
TypeLoadException: Could not resolve type with token 01000057 (from typeref, class/assembly UnityEngine.Experimental.Rendering.RenderPipelineAsset, UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)
ProBuilder.EditorCore.pb_PreferencesInternal.GetMaterial (System.String key) (at C:/Users/karlh/procore/probuilder/probuilder2.0/Assets/ProCore/ProBuilder/Editor/EditorCore/pb_PreferencesInternal.cs:300)
Yes, 3.0.9 is not compatible with the 2019.1 alpha. We will have a preview out soon that provides 2019.1 support.
at least Probuilder 4.0.0-preview.29 works without errors on 2019.1.0a8, but you need to use staging registry for it atm on your Packages/manifest.json:
{
"registry": "https://staging-packages.unity.com",
"dependencies": {
"com.unity.probuilder": "4.0.0-preview.29",
...
}
}
4 Likes
For anyone wondering which versions are on staging, you can check here: Service End for Bintray, JCenter, GoCenter, and ChartCenter | JFrog
Also note that there seems to be some heavy refactoring in 4.0, namespace and object name changes so if you’re programming against the existing API in any way then you’re in for a bad time.
I want Pro Builder 4.0 in Unity 2018.3. I also asked Santa but still nothing. 
1 Like
Thanks! You’re better than Santa.
You heard me Santa, you suck!
1 Like