Reply To: Unable to Export Prefabs

NodeCanvas Forums Support Unable to Export Prefabs Reply To: Unable to Export Prefabs

#13595
slikeytre
Participant

Unity Version: 2018.2.7f1 (64-bit)
Spatial Version 13.1.0 or 13.2.0 tried both.
Just testing locally currently on Windows.

Steps to reproduce:
1. Generate the Schema
2. Build Prefabs
3. Build Client / Worker
4. Do a local launch… This runs the server on your machine and lets you connect with the unity

These logs are from the Workers, they are physics only and handle the logic and calculations. The Client you build contains the game but the worker still needs the assets to do the physics calcs. But for whatever reason your files plugin files aren’t letting the workers load and they just fill the logs with that error spam. Normally the worker connects after you hit local launch and the world gets populated by the workers.

But yea 0 issues creating the prefabs now just the unable to load assembly. My guess is still some reference to a graph ending up in the prefab that tries to access the editor assembly that wouldn’t have been created / exist on the physics worker.