-
Notifications
You must be signed in to change notification settings - Fork 7
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
Combine cesium.usd.plugins into the main extension #685
Conversation
I'm having trouble with this one. In a fresh repo with a git clean -x -d -f I've built debug, but encounter the following problems: Running the Dev app, it builds and appears to start but the window never launches and the following is the latest in the vscode console. No crashes appear to happen, it just stalls
In USD Composer I encounter some errors after enabling fabric, along with continuous warnings.
|
I thought I had a successful run yesterday with the dev app after a
With separate extensions the load order looks like this:
With a combined extension it looks like this:
The problem with the combined extension is that by the time
Unless another solution comes up, I'm going to close this PR. |
Fixes #659 which goes into the motivation for this change.
Surprisingly it was not a whole lot of work, so if we decide to separate it again in the future we can.