Page MenuHomeAnticto

Public | Changelog
Updated 1,024 Days AgoPublic

Version 8 of 29: You are viewing an older version of this document, as it appeared on Aug 13 2020, 12:07 PM.

Version 1.1

This version is for Unreal Engine 4.25

Mutable:

New:

  • We’ve added mutable texture reference counting to the instances to be able to decide which textures in the cache are actually worth blocking from GC during an update.
  • Added Copy/Paste/Reset to the Instance Editor.
  • We’ve added a tooltip that shows the name and the address of the Int Parameters.
  • New mipmap added to all textures per LOD when using automatic LODs.
  • Add blueprint access to cylindrical projector angle.
  • We’ve added LOD info to Skeletal Mesh Node Pin names.
  • Added NodeTextureBinaries.
  • Added plugin icon. WIP Customizable Object and Customizable Object Icons.
  • Added missing functionalities for Advanced Preview Settings.

Update:

  • We avoid multiple Group Nodes using the same name.
  • We’ve updated Customizable Objects and Customizable Object Instances icon colors.
  • Convert meshes using rendering index buffs instead of import.
  • Warning/errors logs have been updated. Now more info is given.
  • Basic definition of ReferenceSkeletalMesh and Reference Texture to their tooltips has been added.
  • We have improved the display of multilayer projectors.
  • CentralActor is now handled by TWeakObjectPtr and not raw pointers.
  • We remove Export/Import Layout nodes from the context menu. Now Mesh Layouts are Single Output Nodes.
  • We’ve updated mutable core with fixes for wrapping projectors with multiple layout blocks.
  • We now force specific paths for android libs so that unreal build can guess the architecture that is being used.

Fix:

  • Fixed some errors when changing states in the preview instance properties due to sorting states by name.
  • We now ensure copying android libs on deploy.
  • Mesh conversion and skinning now work perfectly.
  • Fixed a Bug in the immediate release of texture memory system when working with models with LODs.
  • Layout generation fix for automatic LODs.
  • Duplicated Groups and Parameter names.
  • We’ve fixed alpha slider from Multilayer projector, instance properties panel.
  • Fixed crash when compiling only selected options in an empty Customizable Object.
  • Fixes for non-unity builds.
  • Modifying a parameter using an invalid index won’t crash now the engine.
  • Fixed a crash when adding a new projector layer in the Customizable Object Instance Editor.
  • Instance properties UI now update after editing sliders.
  • Post Duplicated and added warning when duplicated node ids are found.
  • Changing float parameter names now updates their pin names correctly.
  • Having an asset in an “inconsistent” state won’t crash the engine.
  • After the first compilation of a CO, message “finished compiling” will appear correctly.
  • UV display will show now all LOD possible. We’ve also added a suffix to differentiate LODs and materials with the same name.
  • We’ve fixed false positive warning about duplicated group nodes due to visiting an already processed CO.
  • Now engine won’t crash when refreshing Skeletal Nodes with ShowLOD/Image pins on node disabled.
  • Now Vector Parameters can “Show Pin on Node” functionality.
  • Engine won’t crash when updating distance to player due to partially destroyed pawn.
  • No more crashes when changing to a SkeletalMesh with less LODs in the SkeletalMesh Node.
  • No mode baking problems due to missing skin weights after regenerating imported model.
  • Missing referenced nodes after duplicating Customizable Objects.
  • Clip Mesh Morph rotation angle now updates correctly in real time.
  • No more crashes after switching levels.

Cyborg Demo:

New:

  • Our lobby characters are now fully animated.
  • We have added multilayer example in the character.
  • Now we can zoom to the character face.

Update:

  • We’ve added thumbnails to the shirt stickers.
  • We have reversed our controls on the projector widget.
  • We’ve updated our Splash.
  • Character instance for our Lobby has been updated.
  • Changed our UI text font.
  • Projector widget initialization has been improved.
  • UV layouts and textures have been updated for Cyborg Arms and Trousers.
  • We’ve lowered settings for consoles.
  • Updated console branding.
  • UI textures compression mode updated to UI.
  • We’ve changed Widget function names clearer.
  • Character’s states, tattoo thumbnails, icons for UI, controls description has been updated.
  • Transition from TPose to Idle.
  • We have removed camera panning.
  • Slider no longer require controller lock to modify.
  • Set T-Pose when editing projectors.
  • Gamepad vertical sensibility has been lowered.

Fix:

  • Color widget sliders now update on real time on gamepad.
  • Gamepad/controller navigation has been improved.
  • Splash for packaged projects should appear now correctly in consoles.
  • Console title ID is now correctly set up.
  • Refactor of the camera end projector controls, to fix some bugs and we’ve done some modifications.
  • We decided to toggle off run time texture compression on states for the tattoos and eyes.
  • T-Shirt sticker projection should be now set correctly.
  • We’ve removed double negative that introduced differences in gamepad handling.
  • Fixed some warning about Nodelds.
  • When the focused widget gets collapsed, widget lost it’s focused. Now it works correctly.
  • Scars skin tone has been fixed.
  • Color Sliders reset when moving the saturation or brightness to zero. It has been fixed.
  • We’ve fixed some broken style on missing thumbnail metadata.
  • Projector widget type interface has been fixed.
  • We’ve fixed color bar widget.

Village Demo:

New:

  • A new example for the “How to call Material Variations” has been added.
  • Demo UI color widget value and saturation bars are now dynamic.
  • We’ve enabled the back button to close the demo in android.
  • **: We’ve added zoom to the character face on creation.

Update:

  • We’ve baked sphere instance for the Museum level.
  • We now have the UI Buttons gamepad/keyboard focus act like if it was mouse focus.
  • Hover and focus style of float bars has been improved.
  • Style improved of color widgets.
  • Demo HUD has been updated.
  • Improvements in the widget blueprints.
  • Removed bones from high LODs to fix mobile devices not rendering characters.
  • Rebaked all instances of the Museum level.

Fix:

  • Color Sliders reset when moving the saturation or brightness to zero. It has been fixed.
  • We’ve fixed Bandit Skeletal Mesh scale.
  • Animations have been reuploaded with the correct scale.
  • Pawn and instances scale in Village level fixed.
  • Lights of Village and Infinite levels fixed.
  • Color widget slider handle darkening has been fixed.
  • Fixed broken UI textures.
  • We’ve reduced character radius for PS4.
  • Controller right thumb stick is was not able to rotate the camera outside the menu on both levels.
  • Fixed scrollbar flicker.
  • Hoe color bar fix for IOS.
  • We’ve fixed broken style on missing thumbnail metadata.
  • Fixed projector widget type interface.

Removed:

  • Camera panning has been removed.
  • We have removed our focus dashed outline.
  • We’ve removed the need for controller lock to modify the demo UI floating slider bars.
  • Redundant HUD functionality has been removed.
Last Author
joan
Last Edited
Aug 13 2020, 12:07 PM

Event Timeline

jordi created this object.
jordi created this object in space S6 Mutable for Unreal Engine.
joan edited the content of this document. (Show Details)
joan edited the content of this document. (Show Details)
joan edited the content of this document. (Show Details)
joan edited the content of this document. (Show Details)
joan published a new version of this document.
joan published a new version of this document.Sep 25 2020, 11:50 AM
joan changed the visibility from "All Users" to "Public (No Login Required)".Sep 25 2020, 1:45 PM
alexei changed the visibility from "Public (No Login Required)" to "All Users".Sep 25 2020, 1:45 PM
alexei shifted this object from the S6 Mutable for Unreal Engine space to the S3 Public space.
joan changed the visibility from "All Users" to "Public (No Login Required)".Sep 25 2020, 1:50 PM
max edited the content of this document. (Show Details)