docs: allowing .unitypackage to be used

This commit is contained in:
James Frowen 2020-10-22 15:15:58 +01:00 committed by GitHub
parent 150fd1160a
commit 0c449da179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,8 @@
"images/**", "images/**",
"**.png", "**.png",
"**.jpg", "**.jpg",
"**.svg" "**.svg",
"**.unitypackage"
] ]
} }
], ],