Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
6.5.3, 5.6.1
Issue ID
1154286
Regression
No
[HDRP] Creating HD template scene does not work and an exception is thrown
Steps to reproduce:
1. Open attached project
2. Go to Project window
3. Right Click -> Create -> HD Template Scene
4. Observe that "The variable m_DefaultScenePrefabSaved of HDProjectSettings has not been assigned." exception is thrown
5. Open the scene and observe that it's empty
Expected result: creating a HD template scene should work correctly
Actual result: an exception is thrown
UnassignedReferenceException: The variable m_DefaultScenePrefabSaved of HDProjectSettings has not been assigned.
You probably need to assign the m_DefaultScenePrefabSaved variable of the HDProjectSettings script in the inspector.
UnityEngine.Object.Instantiate[T] (T original) (at C:/buildslave/unity/build/Runtime/Export/Scripting/UnityEngineObject.bindings.cs:266)
Reproduced in: 2019.3.0a2, 2019.2.0b2
Package reproduced in: 6.5.3, 5.6.1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
This is a duplicate of issue #1140476