Skip to content
Owen edited this page May 12, 2024 · 25 revisions

This wiki showcases how to setup and use the library and its features.
NOTE: This documentation refers to v2.0.0 and higher.

CSync will work automatically with games that use Unity NGO.
Games with custom networking (Valheim, ROR2) are not supported yet!

FAQ

Q: Why are my variables not syncing?

A: There may be multiple reasons for this, but the most common solutions are as follows:
1. Making sure your variables are not `static`. 1. Making sure your variables are not `static`.