ForgeNetworkingRemastered icon indicating copy to clipboard operation
ForgeNetworkingRemastered copied to clipboard

Network Object WIthout Prefab docs needed

Open BrentFarris opened this issue 6 years ago • 1 comments

Need to document this page http://docs.forgepowered.com/UnityIntegration/network-object-without-prefab

BrentFarris avatar Jan 06 '18 22:01 BrentFarris

Was looking into the docs, this info seems interesting but it is completely missing from the docs (github) Do you have the text of it so I can polish/update it and put it there?

I was thinking of making a new page that is about making a custom/generic networkObject factory, and the previous info of that page above should help

It was more or less information shared by DJV in #beginner-questions, where he made his own custom networkObjects with this function of his: public T Instantiate<T>(GameObject go, int index = 0, Vector3? position = null, Quaternion? rotation = null, bool sendTransform = true) where T : NetworkBehavior

so as to instantiate networkObjects without the networkManager

Though, I should ask for his permission but this seems super useful!

TheYellowArchitect avatar May 18 '19 17:05 TheYellowArchitect