Extensive stability fixes for the Unity Editor#29
Open
BitWizrd-Dev wants to merge 1 commit intoH3VR-Modding:devfrom
Open
Extensive stability fixes for the Unity Editor#29BitWizrd-Dev wants to merge 1 commit intoH3VR-Modding:devfrom
BitWizrd-Dev wants to merge 1 commit intoH3VR-Modding:devfrom
Conversation
Lots of rework for how assemblies are generated, how assemblies are handled during building, and how they're handled post-build to prevent missing assembly errors and crashing in the Unity Editor. The Unity Editor likes to lose the paths to the proper assemblies if you look at it wrong and this should help it always right itself when that happens. PlayHelper added for play mode to prevent crashing when loading in. Contains workarounds to prevent the FistVR code from throwing a ton of errors due to missing game manager processes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lots of rework for how assemblies are generated, how assemblies are handled during building, and how they're handled post-build to prevent missing assembly errors and crashing in the Unity Editor.
The Unity Editor likes to lose the paths to the proper assemblies if you look at it wrong and this should help it always right itself when that happens.
PlayHelper MonoBehavior added for play mode to prevent crashing when loading in. Contains workarounds to prevent the FistVR code from throwing a ton of errors due to missing game manager processes. PlayHelper also has a public toggle so it can be disabled by other scripts if it needs to be bypassed for future play mode enhancements.