* Fix templated DemoLevel prefab by restoring concrete component name to templated component name * Replace autoexec.cfg with load_level.setreg * Bump revision number Signed-off-by: Steve Pham <[email protected]>
@@ -268,7 +268,7 @@
"$type": "GenericComponentWrapper",
"Id": 2318932367744128274,
"m_template": {
- "$type": "R2PTSampleComponent",
+ "$type": "${SanitizedCppName}SampleComponent",
"goals": [
"Entity_[549827034797]",
"Entity_[545532067501]"
@@ -0,0 +1,9 @@
+{
+ "O3DE": {
+ "Autoexec": {
+ "ConsoleCommands": {
+ "LoadLevel": "demolevel"
+ }
+}
@@ -1 +0,0 @@
-LoadLevel levels/demolevel/demolevel.spawnable