EvaisaDev / UnityNetcodePatcher

An assembly patcher which replicates the ILPostProcessing step unity does in order to make NetworkBehaviours work
MIT License
51 stars 6 forks source link

Support for embedded PDB / other types(? #2

Closed EvaisaDev closed 10 months ago

EvaisaDev commented 11 months ago

Not sure if possible

Lordfirespeed commented 10 months ago

This should deffo be possible, Cecil does have ways of reading the embedded PDB data, but it's a question of whether we would need to edit the Netcode source code I think 😓

EvaisaDev commented 10 months ago

This should deffo be possible, Cecil does have ways of reading the embedded PDB data, but it's a question of whether we would need to edit the Netcode source code I think 😓

Shouldn't, since we are reading the pdb file from our end already.