Giter Site home page Giter Site logo

Extract Monoscript about uabe HOT 8 CLOSED

seriouscache avatar seriouscache commented on August 14, 2024
Extract Monoscript

from uabe.

Comments (8)

DerPopo avatar DerPopo commented on August 14, 2024

You can double click the MonoScript Base item in order to see the rest in View Data.

The thing you are probably searching for is a MonoBehaviour, which contains serialized game data. So far only viewing the raw dump in a hex editor and looking at the serializable fields in the according script allows you to interpret the game data (note that there is a part of Unity first and the game data begins after that).

from uabe.

fattakhovmarat avatar fattakhovmarat commented on August 14, 2024

Thanks, but in details I see the same data as from a dump.

I'll try to find out. I look for just one string property.

from uabe.

fattakhovmarat avatar fattakhovmarat commented on August 14, 2024

Found nothing in MonoBehavior. Have been searched by GameObject = BuildSettings in MonoBehavior fields.

from uabe.

fattakhovmarat avatar fattakhovmarat commented on August 14, 2024

Have found item with type BuildSettings, but nothing useful yet.
image

from uabe.

fattakhovmarat avatar fattakhovmarat commented on August 14, 2024

Is that serialized fields in screenshot?
Because I see sources and don't see this fields in them.
image

from uabe.

DerPopo avatar DerPopo commented on August 14, 2024

Everything Unity stores in its bundles is serialized data, but there are Unity-specific and game-specific types.
You are probably looking for MonoBehaviours (in this case, the game's data begin with meshes).
If you want to find out which script a MonoBehaviour is for, just open the m_Script tree, [view asset] and Base and you'll see the name and assembly of the script.
monobehaviour

from uabe.

DerPopo avatar DerPopo commented on August 14, 2024

MonoBehaviours will be fully supported in the next release.

from uabe.

AndreiGTA avatar AndreiGTA commented on August 14, 2024

How to extract monoscript in uabea?

from uabe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.