You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
Not sure if this is still actively being worked on anymore but might as well report the issues I'm facing.
In a fresh project made in Unity 2021.3.32f1, the Quake 1 Importer doesn't work properly. When I get it to load a Map file, it just spawns in a giant cube with the dimensions: 8192 x 8192 x 8192.
In the console, there are 2 errors:
and
Looking into the errors myself, I tried using GUIUtility.ExitGUI(); that a unity forum post recommeneded however it simply broke the Inspecter elements outright.
Also got a bunch of Obselete function messages as well however I don't think they are a factor.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if this is still actively being worked on anymore but might as well report the issues I'm facing.
In a fresh project made in Unity 2021.3.32f1, the Quake 1 Importer doesn't work properly. When I get it to load a Map file, it just spawns in a giant cube with the dimensions: 8192 x 8192 x 8192.
In the console, there are 2 errors:


and
Looking into the errors myself, I tried using
GUIUtility.ExitGUI();
that a unity forum post recommeneded however it simply broke the Inspecter elements outright.Also got a bunch of Obselete function messages as well however I don't think they are a factor.
The text was updated successfully, but these errors were encountered: