You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Registry
Mike Balfour d90a3d46a7
Support for nested slice conversions (#1121)
This set of changes enables conversions for singly-nested slices. Multiple nesting hierarchies are only partially supported at this point. Conversion is also significantly more deterministic, which makes it easier to convert single slices without needing to reconvert every slice or level that relies on it as well.
Changes:

- Added version of Instance::AddInstance() that takes in an alias to allow for deterministic aliases
- Added a "SliceConverterEditorEntityContextComponent" that's used to specifically disable entity activation on creation. The disabling is done this way vs adding a new public API, because the disable shouldn't be required in any normal case outside of this tool.
- Disabled more AWS gems for the SliceConverter, as they're unneeded and cause issues if they're around in the tool.
- Added a small null check to the Camera Controller.
- Added the actual support for slice instance conversion. This instantiates the entities, applies the data patches, turns them into a prefab instance, and generates a JSON patch out of the changes.
5 years ago
..
Platform/Windows Enabled file sharing when AZ::IO::Streamer in tests and when the game is run in DevMode. 5 years ago
AssetProcessorPlatformConfig.setreg Turned off mac asset building on pc platforms (#977) 5 years ago
application_options.setreg External Project Build Path Support using SDK Binaries (#690) 5 years ago
bootstrap.setreg Renamed osx_gl to mac and es3 to android for cache folders (#949) 5 years ago
gem_autoload.serializecontexttools.setreg Support for nested slice conversions (#1121) 5 years ago
prefab.setreg Spawning priority threshold through SetReg 5 years ago
prefab.tools.setreg LYN-2537 engine assets (#254) 5 years ago
sceneassetimporter.setreg FbxImportRequestHandler is now loaded only once per AssetBuilder and Editor + re-enabled STL support (#933) 5 years ago
setregbuilder.assetprocessor.setreg LYN-2537 engine assets (#254) 5 years ago
streamer.editor.setreg LYN-2537 engine assets (#254) 5 years ago
streamer.game.setreg LYN-2537 engine assets (#254) 5 years ago
streamer.setreg LYN-2537 engine assets (#254) 5 years ago
streamer.test.setreg LYN-2537 engine assets (#254) 5 years ago