Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Gulfredrana

2
Posts
1
Following
A member registered May 22, 2020

Recent community posts

I'm using 2020.3.12f1, but I worked it out. It was an issue with how Mac unzips packages for unity. This discussion shows what was happening:

https://answers.unity.com/questions/1473305/how-to-import-a-unitypackage-from-wi...

I'm still trying to work out my issues with slight blurring between pixels, but it's largely due to attempting to use sprite renderer to show pixel art with a 3D camera. I'm trying to avoid using textures on quads to animate. Thank you for your help :)

Question: I started at the Github page using the Shaderlab code to recreate the shader under a new material, but when I added that to my game object, the sprite didn't look much different than when standard Bilinear filtering was enabled, mostly blurry. I made sure all the settings for mip map and compression were correct. I figured I'd done something wrong at some point and should just download your package from Itch.io.

The download instructions say to import the package in Unity by going to Assets>>Import Package>>Custom Package, but there aren't any packages to select in the unzipped downloaded file. It's just folders with some assets and path names, and some PNG files, none of which can be selected. Trying to figure out what I'm doing wrong. Any help is appreciated :)