toolness / pathfinder-unity-fun

Attempting to build a Unity native plugin for Pathfinder's Canvas API.
5 stars 1 forks source link

Update to latest pathfinder master #10

Closed toolness closed 5 years ago

toolness commented 5 years ago

This updates us to the latest pathfinder master, except that it makes the plugin appear to do nothing: Pathfinder isn't drawing anything, nor is there a segfault or any kind of error, so I'm not sure what's going on.

toolness commented 5 years ago

Hmm, so the commit that breaks things seems to be https://github.com/servo/pathfinder/commit/222fa89b233339837806e98b8bf0a419b850cdf9. I've updated master to the commit just before that one and will look into what's causing the breakage. Closing this PR for now.

toolness commented 5 years ago

Update: looks like the problem was that our installer wasn't actually copying the pathfinder resources to the unity project, which I fixed in 742d2a1326f01cd92ef9d35aabeafb93ea9e1420.