I just learned quite a bit about how to set up a multiplayer system in unity using it's built in scripts. However, when I try to add a network manager to an empty, the search comes up empty! also when i click add component there is no tab for network. What's going on?
Answer
unity is deprecating all old multiplayer development tools and wants developers to dont use them on new projects. if still want them you need to roll back to previous versions.
new api can be found in here: https://github.com/Unity-Technologies/multiplayer
No comments:
Post a Comment