UnityPy icon indicating copy to clipboard operation
UnityPy copied to clipboard

Documentation update with better examples of objects reading and editing

Open isHarryh opened this issue 2 months ago • 1 comments

Summary

This PR updates the README file:

  • Adds tips for properly closing files (use with and open() to manage file handle). We already have some issues like #349 related to the new file-locking feature introduced in 1.23.0. The best way to avoid these issues is to improve our documentation.
  • Adds details for object modification. Btw, fixes a outdated code that obj.save(instance) should be instance.save().

closes #349 closes #332

isHarryh avatar Nov 04 '25 11:11 isHarryh

Thanks, I will try to come around combining your changes with the ones I recently made.

K0lb3 avatar Nov 29 '25 21:11 K0lb3