mikedatsik Posted November 3, 2020 Report Share Posted November 3, 2020 Hi! How to add component from existing version to a new version, without creating new component? Process: 1. Get component from let say version 1 2. Create new version 2 3. Add this component to new version Thanks! Link to comment Share on other sites More sharing options...
mikedatsik Posted November 3, 2020 Author Report Share Posted November 3, 2020 Found solution, this move component to new version, but how to copy this component to new version, without moving from previous version? version['components'].append(component) Link to comment Share on other sites More sharing options...
Guest Posted November 3, 2020 Report Share Posted November 3, 2020 A Component can only be associated with a single AssetVersion. You might be able to re-use the resource_identifier in a ComponentLocation but I'm not sure I'd recommend it. What's your use case anyway? Link to comment Share on other sites More sharing options...
mikedatsik Posted November 3, 2020 Author Report Share Posted November 3, 2020 I want to recreate something like this: http://docs.efestolab.uk/tools/image-publisher/index.html Let's say I create version 1 of textures, and just want same textures components in next version and just update one component or add one additional texture. This will help me save disk space and get actual version of my textures in version 2. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now