-
Notifications
You must be signed in to change notification settings - Fork 2
Sync with new asset lib #27
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR replaces the asset library with a new, more optimized version to improve performance and compatibility. The changes include updating the package dependency and adding new assembly references for proper integration.
- Updated asset library package from "org.visualpinball.unity.assetlibrary" to "org.visualpinball.unity.assets"
- Added assembly definition references for better module integration
- Introduced LookDev project settings and configuration files for development workflow
Reviewed Changes
Copilot reviewed 146 out of 168 changed files in this pull request and generated no comments.
File | Description |
---|---|
package.json | Updates asset library dependency to the new optimized package |
Runtime/VisualPinball.Engine.Unity.Hdrp.asmdef | Adds assembly references for proper module integration |
LookDev~/ProjectSettings/* | Adds Unity project configuration files for development environment |
LookDev~/Assets/* | Adds development assets including textures and render pipeline settings |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- Refactoring - Don't generate thumbs for combis with duplicate override names.
This PR replaces the asset lib with the new, more optimized version.