I'm on version 6000.0.37f1.7976.7377 of unity and version 1.82.5 of Adverture Creator.
I seem to get a random crash when running unity with Adventure creator while running the 2D Demo. Some findings:
Unity has this warning? I'm not sure if that's leading to it's death
Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings:
UnityEngine.Rendering.LightmapSamplingSettings, Unity.RenderPipelines.Core.Runtime (1 object)
UnityEngine.Rendering.VrsRenderPipelineRuntimeResources, Unity.RenderPipelines.Core.Runtime (1 object)
Windows event viewer seems to have this error when it crashes:
Faulting application name: Unity.exe, version: 6000.0.37.2935, time stamp: 0x67998fb0
Faulting module name: Unity.dll, version: 6000.0.37.2935, time stamp: 0x67999277
Exception code: 0xc0000005
Fault offset: 0x0000000001016e80
Faulting process id: 0x5D10
Faulting application start time: 0x1DB7C67CD047D2F
Faulting application path: \Program Files\Unity\Hub\Editor\6000.0.37f1\Editor\Unity.exe
Faulting module path: \Program Files\Unity\Hub\Editor\6000.0.37f1\Editor\Unity.dll
Report Id: 29a42800-e61c-4122-903e-9be66dcebd92
Faulting package full name:
Faulting package-relative application ID:
I'm a web dev, I thought I'd pick up Unity and give AC a bash. It looks like a great solution but so far I can't do much without random crashes.
Any help would be greatly received,
Roger
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @ro6er, and apologies for the early trouble.
Unity's Editor log may reveal more details about the cause.
The error messages don't reveal anything specific to AC - it may be that this is an issue with Unity itself. Are you trying only the 2D Demo, or does it also crash with the 3D Demo / an empty scene?
When creating your project, what pipeline / template settings did you select in the Unity Hub, and what are your machine and target platforms?
A discussion of a similar error is here on the Unity discussion pages:
https://discussions.unity.com/t/universalrenderpipelineruntimexrresources/1566882
From the comments in that thread: try installing the XR package from the Package Manager. Does that prevent the errors?
Thanks for getting back to me. It crashes when running through making the 2D demo.
I think it's an issue with Unity (or my pc), it seems to be crashing less now.
I managed to sort the AC issue by adding URP to project settings, I found this clip :
Roger