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

Some of my lights and doors are displayed on the wrong level #11

Open
Draganis opened this issue Nov 1, 2022 · 1 comment
Open

Some of my lights and doors are displayed on the wrong level #11

Draganis opened this issue Nov 1, 2022 · 1 comment

Comments

@Draganis
Copy link

Draganis commented Nov 1, 2022

Some of my lights and doors are displayed on the wrong level.
First Level lights and doors are visible even if only level 0 is visible.
Can it be updated manually?
In SH3D they are correctly assigned!

@adizanni
Copy link
Owner

adizanni commented Nov 2, 2022

Hello @Draganis , this may happen when there is an error in the export. Object names in SH3D should be composed by only Alphanumeric characters (' ', a-z A-Z 0-9). ~ and # are allowed but they are treated as escape characters at the end of the object name. If you have local charachter sets this may throw an exception in the export. The file will be exported but some of the features will not work as expected. Please try to sanitize your model with clean names.

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