#dnSpy. Finding the reference to objects.

1 messages · Page 1 of 1 (latest)

rare vapor
#

edited out

random trail
#

decompilation is a topic that is not allowed to be discussed in this server

rare vapor
#

would you happen to know which architecture unity uses for handling user data? Is there a name to it or does everyone just sets values somewhere in the script and call it globally?

random trail
#

wdym by "handling user data"?

rare vapor
random trail
#

That's entirely up to how the game developer wants to handle it

rare vapor
#

In dependency injection, the classes are just given the data they need from someone else

#

Unity does something similar, so I wondered if there's an actual name for it

rare vapor
random trail
#

Again up to the developer

rare vapor
#

Helps on finding more learning material when you can name a concept