Dome Recycler (HDRP Update)Solved

Found the recyler floating in air. No platform underneath. Position needs moved because of the HDRP update.

Its true the recycler is unaccessible. @wulf I don't know if you're able to commit these changes but here it is.

@MadKingCraig I have a fix!!! :) change 32.23f to 37.8f 
its on line 24: in the .cs file. Below is the original code.

        private SpawnData _domeSpawnData = new SpawnData(new Vector3(19.9f, 32.23f, 16.57f), new Vector3(0, 235, 0));

Below is the edited code.

        private SpawnData _domeSpawnData = new SpawnData(new Vector3(19.9f, 37.8f, 16.57f), new Vector3(0, 235, 0));

I sometimes have big brain moments lol. Hope this help out.

Locked automatically