chore: port asset-transformer-toolkit and the localization and LevelPlay security fixes - #57
Merged
Merged
Conversation
…lay security fixes from the skills repo
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.
What
Ports three changes that merged in Unity-Technologies/skills. Every file is byte-identical to skills
main; nothing else changes, and the plugin-only--caller plugin --skilllabels are untouched (none of these files carry them).asset-transformer-toolkit(feat: restore the asset-transformer-toolkit skill for toolkit 4.0 skills#79). Imports 3D models and point clouds with Asset Transformer Toolkit and works with RuleSets, Actions and LODs. Requires toolkit 4.0+, and the skill checks the installed version before doing anything. The plugin now ships 32 skills.NSAllowsArbitraryLoads; the guide now says no ATS configuration is needed and that the integration validator's ATS warning is expected.LocalizeAllenforces its confirmation in code: refuses batch mode, prompts to save unsaved scenes, and shows a blocking dialog listing the scenes before writing.Hand-ported rather than via the automated mirror, which currently copies the whole directory and would drop the plugin-only labels.
Verify