The Photon Forum
is Closed Permanently.

After many dedicated years of service, we have made the decision to retire our Forum and switch to read-only: we´ve saved the best to last! Your search result can be found below. Plus, we offer support via these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on Fusion.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

Fusion Weaver errors

BinkyYoo
2022-04-28 16:54:06

Anyone have any idea what this means?

Comments

emotitron
2022-04-29 09:49:12

The first errors in the log seem to indlicate that there is something about your InventorySystem which the weaver does not like. Those first error messages may have more specifics on which code is invalid.

BinkyYoo
2022-04-29 17:05:20

After commenting out the code, the editor went back to normal. Thank you, that was a silly question. Still don't know why the weaver doesn't like my code though,

BinkyYoo
2022-04-29 17:10:26

I think it had to do with Networking a List<>,

emotitron
2022-04-29 20:16:28

Excellent, glad you found the problem.

Look into Networked Collections in the online manual, if that isn't what you are using as a reference already.

https://doc.photonengine.com/fusion/current/manual/network-collections

Back to top