Skip to content
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

On import no material settings are displayed #42

Open
syjoma opened this issue Dec 21, 2022 · 4 comments
Open

On import no material settings are displayed #42

syjoma opened this issue Dec 21, 2022 · 4 comments

Comments

@syjoma
Copy link

syjoma commented Dec 21, 2022

Dear soupdays,

after installing version 1.4.3 unity somehow lost the ability to display the content of CC/iC Importer window. I tried in older 2021.3 versions, tried changing graphic API to vulkan, DX12 and openGL with no luck.
On macOS it works just fine (unity 2021.3.16f1), so I'm guessing something went south with C#.. Anyone any ideas how to resolve this issue?
Many thanks in advance

Unity 2021 3 16f1 Personal DX11 21 12 2022 11_13_20

@soupday
Copy link
Owner

soupday commented Dec 21, 2022

Is it just that the left hand character list has been expanded so far it's taking up all of the window?
Try making the importer window as wide as you can. You should be able to see the character list drag bar and resize it.

Note to self: add a menu function to reset all the settings.

@syjoma
Copy link
Author

syjoma commented Dec 21, 2022

Dear soupday,

thanks for your quick reply! Now that you say it - yes it does seem that way.
I tried that approach already, but it only stretches the character row.
Not really sure what caused the issue, could it be fixed by altering a setting in ImporterWindow script?

CLEANING 2023 - Untitled - Windows, Mac, Linux - Unity 2021 3 16f1 Personal DX11 21 12 2022 13_49_27

@soupday
Copy link
Owner

soupday commented Dec 21, 2022

It's the property ICON_AREA_WIDTH in ImporterWindow.cs : line 123
which feeds from/to the editor prefs float key "RL_Importer_IconAreaWidth"

so temporarily adding:
EditorPrefs.SetFloat("RL_Importer_IconAreaWidth", 100f);
To the start of the get function, will reset it.

@syjoma
Copy link
Author

syjoma commented Dec 21, 2022

Thanks for the suggestion, unfortunately it did not resolve the issue, which leads me believe the problem lays elsewhere (not with your importer)
I'm out of ideas for today, I'll get in touch if something surfaces or if you have another idea I'm always happy to hear from you ;)
All the best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants