This is on the version 4.4.0.0-beta5
When trying to create a project using any template, even the blank one, it just outputs this error and does nothing.
Error: An exception occurred while generating the template.
FileNotFoundException: Could not find file 'C:\Users\Owner\Documents\Stride Projects\ThirdPersonPlatformer'.
at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor)
at System.IO.Directory.CreateDirectory(String path)
at Stride.Assets.Templates.DotNetNewTemplateGenerator.InstantiateFiles(SessionTemplateGeneratorParameters parameters) in //sources/engine/Stride.Assets/Templates/DotNetNewTemplateGenerator.cs:line 206
at Stride.Assets.Templates.DotNetNewTemplateGenerator.Generate(SessionTemplateGeneratorParameters parameters) in //sources/engine/Stride.Assets/Templates/DotNetNewTemplateGenerator.cs:line 107
at Stride.Core.Assets.Quantum.Templates.QuantumGraphTemplateGenerator.Generate(SessionTemplateGeneratorParameters parameters) in //sources/assets/Stride.Core.Assets.Quantum/Templates/QuantumGraphTemplateGenerator.cs:line 40
at Stride.Core.Assets.Templates.SessionTemplateGenerator.Run(SessionTemplateGeneratorParameters parameters) in //sources/assets/Stride.Core.Assets/Templates/SessionTemplateGenerator.cs:line 38
at Stride.Core.Assets.Editor.Components.TemplateDescriptions.TemplateGeneratorHelper.<>c__DisplayClass0_0`1.b__0() in /_/sources/editor/Stride.Core.Assets.Editor/Components/TemplateDescriptions/TemplateGeneratorHelper.cs:line 56
Edit: It works everywhere but documents?
This is on the version 4.4.0.0-beta5
When trying to create a project using any template, even the blank one, it just outputs this error and does nothing.
Error: An exception occurred while generating the template.
FileNotFoundException: Could not find file 'C:\Users\Owner\Documents\Stride Projects\ThirdPersonPlatformer'.
at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor)
at System.IO.Directory.CreateDirectory(String path)
at Stride.Assets.Templates.DotNetNewTemplateGenerator.InstantiateFiles(SessionTemplateGeneratorParameters parameters) in //sources/engine/Stride.Assets/Templates/DotNetNewTemplateGenerator.cs:line 206
at Stride.Assets.Templates.DotNetNewTemplateGenerator.Generate(SessionTemplateGeneratorParameters parameters) in //sources/engine/Stride.Assets/Templates/DotNetNewTemplateGenerator.cs:line 107
at Stride.Core.Assets.Quantum.Templates.QuantumGraphTemplateGenerator.Generate(SessionTemplateGeneratorParameters parameters) in //sources/assets/Stride.Core.Assets.Quantum/Templates/QuantumGraphTemplateGenerator.cs:line 40
at Stride.Core.Assets.Templates.SessionTemplateGenerator.Run(SessionTemplateGeneratorParameters parameters) in //sources/assets/Stride.Core.Assets/Templates/SessionTemplateGenerator.cs:line 38
at Stride.Core.Assets.Editor.Components.TemplateDescriptions.TemplateGeneratorHelper.<>c__DisplayClass0_0`1.b__0() in /_/sources/editor/Stride.Core.Assets.Editor/Components/TemplateDescriptions/TemplateGeneratorHelper.cs:line 56
Edit: It works everywhere but documents?