Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
finepointcgi committed Jun 19, 2020
2 parents 780cd4f + 4e58265 commit bab6c5a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ https://github.com/mitchelldmccollum/Materialize/releases
I decided to maintain Materialize for Linux, Windows, and soon Mac.

## Contact
For sugestions, doubts or anything related to this program.
For sugestions, doubts or anything related to this tool.
Make an issue and we can talk about it.

## Using
To use, unity is not necessary, you can use like a normal application.
Double click on the Materalize.exe and it will open.

## Building
I'm developing using Unity 2019.1.9f1, it is recomended to use it if you are building it yourself. You can try to downgrade or upgrade with unity but it may break some of the code.
Expand All @@ -25,15 +25,19 @@ I'm developing using Unity 2019.1.9f1, it is recomended to use it if you are bui
- The GUI is hidden when panning/rotating the material plane.
### Native File Picker
- Added a new native file/folder picker - Unity Standalone File Browser - https://github.com/gkngkc/UnityStandaloneFileBrowser - Thanks to @gkngkc for the amazing work.

### Batch Textures Mode
- You can export multiple textures using the same settings.

### FPS Limiter
- This will limit your fps to 30 60 or 120 for your high refresh rate monitors.

## Changed from original

### Save and Load Project
- When you save your project, every map will be saved in the same place, with there respective types, ex:myTexture_Diffuse.png.
- The extension used will be the one set in the GUI Panel.

#### Suported extensions
##### Save
- jpg
Expand All @@ -55,3 +59,4 @@ I'm developing using Unity 2019.1.9f1, it is recomended to use it if you are bui
- Ability to bake AO into Diffuse Map *Planned for .40*
- Add Texture Presets for Unreal Unity and Cryengine *Planned for .41*
- Create update notification system *Planned for .40*
- Create installer

0 comments on commit bab6c5a

Please sign in to comment.