KSP-Conformal-Decals/.gitignore
drewcassidy e9c8f3dafb Big refactor to enable preview materials
• add shader variants for decal previewing
• start to add code for part icon
• refactor material properties to be serializable
todo:
• fix decal preview scale (need to call UpdateScale on detached state)
• fix texture preview in part icon
• adjust culling per-object when rendering (turns out cull and ztest values are used by unity at the render time, not by the shader itself, so they can be adjusted in material property blocks!)
2020-06-04 00:12:09 -07:00

51 lines
809 B
Plaintext

# Unity Project Directories
Assets/*
!Assets/Plugins/
Assets/Plugins/Editor/
!Assets/Shaders/
!Assets/Textures/
KSP/
Library/
Logs/
Packages/
ProjectSettings/
Temp/
Distribution/GameData/ConformalDecals/Resources/Resources
Distribution/GameData/ConformalDecals/Resources/Resources.manifest
Distribution/GameData/ConformalDecals/Resources/conformaldecals.shab.manifest
# Unity Project Files
PartTools.cfg
*.meta
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
# Binaries and support files
Source/ConformalDecals/dlls
Source/ConformalDecals/bin
!Source/ConformalDecals.sln
!Source/ConformalDecals/ConformalDecals.csproj
# Misc Files
.ds_store
*.sublime*
.idea
obj