Hey guys, in the discord last night, there seemed to be a lot of people having problems with unity2d and getting pixel perfect stuff set up. So, during lunch I started making a basic project to do pixel perfect 64x64 in unity for those that don't know the kind of stuff you need to do. Here's the package (about 8mb) http://calibermengsk.com/uploads/LowRes2DSetup.zip
Hope this helps someone!
No render textures or any of that stuff either, so maybe not as confusing? It assumes 8 pixels per unit and has an orthographic view size of 4 (meaning 8 tiles tall by 8 pixels, so 64 total)
Also includes a canvas that will add a border, so even if it's viewed in fullscreen on a widescreen monitor, it will add black borders.
**NOTE: This is an entire project, not just a package, so if you want to use the scripts and stuff you can still just copy the stuff from the assets folder.