-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a graphics settings dialog. #18
Comments
Hi, What do you think about a real menu like the original game? We can ask for path at first time and then start the menu where you can start the game and tweak some settings. All these settings can be stored in config.ini. Thanks to Unity, designing a menu is easy and we can load dynamically backgrounds from the original game. |
That sounds like a great idea! For now I'm going to focus on fixing problems though, I think, and maybe adding support for NPCs. I don't have as much time as I'd like to these days because I'm finishing up my last semester of college, unfortunately, but I promise I'll get back to work today! |
Hi, Don't worry about that, you've your priorities and that's normal, I perfectly understand and I'm very glad to help. What do you prefer for the UI? I would like to create a set of prefabs which will be updated at start to use Morrowind's assets. Building the UI with code will be hard to maintain and to build. But I've already used GUIUtils to create few UI elements so this is as you want. In my last PR I've used both, code and prefab. |
Using prefabs is fine, I made GUIUtils simply because I sometimes like to create simple UIs with code instead of prefabs. I'm used to using OnGUI, but I wanted to use Unity's new UI system. |
Fine 😎 |
No description provided.
The text was updated successfully, but these errors were encountered: