Announcement

Collapse
No announcement yet.

Want to edit Unity game's values, where are they stored?

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

  • Want to edit Unity game's values, where are they stored?

    Hi all,

    I've been playing a game made in unity, and I'd like to edit some of the values of its abilities and characters to make it a bit more challenging-Cooldown from 5 turns to 8, for instance, or stamina costs from 11 to 16. But I've used a decompiler (ILspy) on its AssemblyCsharp segment and I can only find functions, not data. Where should I poke to find what I'm looking for?

    Also, I'd like to read its tutorial files directly, since scrolling is a pain with my setup but they're not accessible from AssemblyCsharp either. Where should I look to find them?

    Thanks, and if this isn't the right place to put this post, let me know so I can change i.
Working...
X