StrangeWays
StrangeWays
This is awesome, thank you! Did you ever figure out how to make the object keep it's proportions when rotating?
> i had this same problem, what's happening, as near as i can tell, is that the mesh is taking the scale set by the scale of the gameobject, so...
I solved my issue #28
Thank you, I look forward to your implementation. I will have a play about with it tomorrow and see what I can come up with in the meantime. If I...
This is awesome, I can see how he snaps to the floor when he walks off the edge of the ramp though. Making the Joe object have a Capsule Collider...
> Hi I'm loving the project I've been diving into the code to see if there is anything I can contribute > > I'm wondering about two things though >...
It's been a long time but I came back to it and finally have a solution so I thought I may aswell share. You're going to need this code ```...
I've narrowed it down to 'System.IO.Directory.Getfiles' which is saying access denied in the UWP debug console. Directory.GetFiles is called inside of SimpleFileBrowser.FileBrowserHelpers.GetEntriesInDirectory, but is inside of a try/catch, so when...