Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hey, sorry i'm your having trouble importing the package, do you know what unity version your using? 

The import package for now only supports the standard unity shader pipeline not unity SRP or HDRP for the moment.

When impoting do you not get a package window link this?


You say there are some assets, if the Scenes are there like in the above one you should be able to just open one of them and play the scene to see the effect.

Thanks

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 :)

Ok no problem, thanks for the heads up about the mac issue!