Nakasan
Nakasan

Reputation: 11

Can not edit script (Unity3D)

image 1

I want to edit "SeverLink" script, but it looks a bit strange...

image 2

when I click edit script, it show a empty inspector...


Is this some kind of a special mechanism?

What should I do to edit "SeverLink" script?

Upvotes: 1

Views: 76

Answers (1)

Marius Junak
Marius Junak

Reputation: 1213

It seems that the ServerLink and following scripts are embedded in a dll. If thats the case you can't easily edit them if you dont have access to the source files. There are some decompilers out there, but i dont think thats what you want to do.

Upvotes: 1

Related Questions