Announcement

Collapse
No announcement yet.

About Unity3D's Game

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • About Unity3D's Game

    We developed a game using Unity3D.However Unity3D itself does not provide an upgrade solution.Therefore, we intend to use Visual Patch 3 to implement this feature.
    It would be safe?
    If there is an update error, is there any remedy?
    Thanks.

  • #2
    Visual Patch can change any binary file, so it should be possible to update your game files as well. The safety of the patch operation depends on how robust you set up your project, that you select the proper key files, don't introduce mistakes in your scripts, etc.

    In the Project Settings, you find options for backing up the original files, and for adding rollback support. These options are described in the documentation, under Project Menu > Project Settings > Advanced.

    Ulrich

    Comment

    Working...
    X