Skyler Clark

Results 7 comments of Skyler Clark

Yes I think it would, but I don't have a way to test it. Just saw the issue while I was reading and wanted to make sure to mention it!...

I actually ended up writing this section totally differently in my port. I decided to just scale the distance ratio into [0,1] based on a threshold range for each direction,...

This worked for me, but only when querying an array of embedded documents. ```db.users.find( { 'info.0.follows_viewer': true } )``` while this didn't work: ```db.users.find( { 'info.follows_viewer': true } )```

Great! I'll take a look as soon as I can and get that integrated. On Nov 23, 2017 5:54 AM, "Aidin Abedi" wrote: > Please see my PR #7 >...

Pull request created: https://github.com/Brackeys/Portal-In-Unity/pull/4

Also fixes sliding movement, https://github.com/Brackeys/Portal-In-Unity/issues/5

Fixed in https://github.com/Brackeys/Portal-In-Unity/pull/4