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

File naming proposal #101

Closed Kuvrot closed 5 months ago

Kuvrot commented 5 months ago

A file naming system proposal

Created a file named "FileNamingWindow.cs" to create a window with text input and buttons and integrate the "create" methods from "MainMenuItem.cs"

gif_3

Kuvrot commented 5 months ago

I'm having problems when creating files inside folders, because they are being created at the root folder, not inside the desired folder.

michaelsakharov commented 5 months ago

I'm having problems when creating files inside folders, because they are being created at the root folder, not inside the desired folder.

Is that something being caused by this PR? The code looks correct.

Kuvrot commented 5 months ago

No, I think it has to do with the logic but I'm not sure how, if I print the path, it prints the asset folder path not the desired path to create the folder.

michaelsakharov commented 5 months ago

I'll merge this for now, let's create an issue for that then.