Dustyroom / flat-kit-doc

Documentation of the Flat Kit asset.
https://flatkit.dustyroom.com
Apache License 2.0
2 stars 1 forks source link

Built-In shader package only has URP shaders. #25

Closed guillermo-borges closed 3 years ago

guillermo-borges commented 3 years ago

Describe the bug [Render Pipeline] Built-In.unitypackage doesn't actually have the built in shaders. Only URP ones. I'm getting this error:

Shader error in 'FlatKit/Stylized Surface': Couldn't open include file 'LibraryUrp/StylizedInput.hlsl'. at line 243

This shouldn't happen since I clearly imported the built-in package.

To Reproduce Steps to reproduce the behavior:

  1. Download the latest version.
  2. Import
  3. Install the built-in package.
  4. Browse to Stylized Surface shader, see import errors. It expects URP dependencies that aren't there.

Expected behavior Built-In should come with built-in shaders.

Unity details:

dustyroom-studio commented 3 years ago

Hi, Thank you for reporting this and for sharing the details. We'll look into it shortly and get back to you. Thank you for your patience.

dustyroom-studio commented 3 years ago

This should be fixed in Flat Kit 2.1.5, which is currently in review by Unity.

guillermo-borges commented 3 years ago

Thank you. I am temporarily working with URP and the shader is great. I'll update my review when the new version is out :)

dustyroom-studio commented 3 years ago

Hi Guillermo,

The update is live, you can try updating now.

Since you are using a Built-In RP, please note that in Built-In RP Flat Kit can take up to 20 min to get imported (in URP it imports immediately).

Also, please, use a stable version of Unity instead of beta — with 'f' in its title, not 'b' (2020.2.6f1, not 2021.11b1). Chances are it won't work in a beta version of Unity as before updating we need to include the working versions of Unity.

If you won't be able to use the 'Update' button in Package Manager to update Flat Kit to 2.1.5, please clear the cache and restart Unity. In Windows it can be found here: C:\Users\accountName\AppData\Roaming\Unity\Asset Store-5.x

You'll see 'Download' button as it is on the screenshot:

Screen Shot 2021-03-15 at 4 11 52 PM

Let me know if you'll have any questions.