VeriorPies / ParrelSync

(Unity3D) Test multiplayer without building
MIT License
4.47k stars 314 forks source link

Remove "Star on Github" prompt #108

Closed Agoxandr closed 9 months ago

Agoxandr commented 1 year ago

I have automation scripts that involve opening the Editor that stop indefinitely when this prompt shows up, because they require user action. While I in theory have nothing against such a prompt, a different solution would be very much appreciated. Otherwise I will have to manually remove the package on every import in powershell script or come up with a different convoluted solution.

Agoxandr commented 1 year ago

A file or setting that would turn it off for every machine would work too.

314pies commented 9 months ago

Hi Agixabdr,
The prompt can be removed by deleting this file :)

Agoxandr commented 9 months ago

Thanks a lot. Simply writing this Editor player pref on editor start would resolve this.