VeriorPies / ParrelSync

(Unity3D) Test multiplayer without building
MIT License
4.51k stars 318 forks source link

[Question] Do clones have their code updated automatically? #30

Closed TheYellowArchitect closed 3 years ago

TheYellowArchitect commented 3 years ago

I didn't find this in the homepage, so I have to ask:

Do clones have their code updated automatically? Unity by default auto-refreshes, so, once the code is changed on the original, does it also change on the clones? Or do I have to build clones for each new build?

TheYellowArchitect commented 3 years ago

Ok I did some easy test to confirm this myself

A clone has to recompile (Ctrl+R) or by Unity's auto-refresh

This means a clone doesn't have to be rebuilt each time a code changes (still faster than building manually) I cannot put this information onto wiki (or README.md), so please put it in either, and close this issue Probably README.md, since I was reading README.md before downloading and did not understand it really is that simple - that it is literally synchronized!

314pies commented 3 years ago

Yeah, You can have Auto-Refresh on in Unity, or do it manually by pressing ctrl+r. I'll put related section in Wiki later.