ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor and built on Silk.NET
MIT License
328 stars 27 forks source link

[Editor] MacOS creating a new project fails #115

Closed PaperPrototype closed 4 months ago

PaperPrototype commented 4 months ago

Describe the bug When you double click a project (after creating it) the project fails immediately.

To Reproduce Steps to reproduce the behavior:

  1. Open Prowl on a MacOS machine
  2. Create a new project
  3. Double click to try and open the project
  4. Prowl crashes (look at Debug Console and you will see)

Expected behavior You should be able to open the project and start editing

PaperPrototype commented 4 months ago
Screenshot 2024-03-30 at 3 28 31 PM
PaperPrototype commented 4 months ago

alrighty, so in prowl for some reason every single default file is accessed using a Defaults\MyDefaultAsset.type

Gonna hand change each and every single one... wish me luck

PaperPrototype commented 4 months ago
Screenshot 2024-03-30 at 3 31 53 PM

hehe got it working