Hello, I’m using shader graph, DOTS in the same time.
I’ve done well before i upgraded to new version of hybride renderer. I was using Entites 0.16.0-preview.21 and hybrid renderder V1. after I upgraded, I found my entites are invisible even they are in entity debuger. I found that from hybrid renderer v0.50, we should use hybrid renderder V2, so i changed to hybrid renderer. Cause there is not even error messeges, i don’t even know what to check first. Can some body tell me what to check first? (My gameobjects are still visible)
manifest
{
"dependencies": {
"com.havok.physics": "0.50.0-preview.37",
"com.unity.2d.sprite": "1.0.0",
"com.unity.ads": "3.7.5",
"com.unity.burst": "1.6.5",
"com.unity.collab-proxy": "1.15.16",
"com.unity.collections": "0.15.0-preview.21",
"com.unity.entities": "0.16.0-preview.21",
"com.unity.ide.visualstudio": "2.0.15",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.3.0",
"com.unity.memoryprofiler": "0.2.9-preview.3",
"com.unity.physics": "0.50.0-preview.43",
"com.unity.purchasing": "4.1.3",
"com.unity.render-pipelines.universal": "10.9.0",
"com.unity.rendering.hybrid": "0.50.0-preview.44",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.20-preview",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.terrainphysics": "1.0.0",
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.umbra": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.modules.vehicles": "1.0.0",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
}