Remove all these test particles from triggers scane
.gitignore: don't ignore shader_c
Add sprite.shader_c
AnimatedModelComponent => SkinnedModelRenderer, ModelComponent => ModelRenderer
DecalRenderer component assumes we're using the new decal shader, has some settings
Add decal test scenne
Add some simple decals
Add decal prefab
SkinnedModelRenderer derives from ModelRenderer
Added OnTagsChanged, tags cascade to child objects
Tags show differently depending on whether they're inherited or not
Fix missing player in volume fog scene
Batch component callbacks nicer
CallbackBatch deals with calling adding inside execute
Make CallbackBatch awesomer
Cleanup
Make OnValidate protected
FixedUpdate renamed to OnFixedUpdate, made protected, don't call in editor unless ExecuteInEditor
Update renamed to OnUpdate, made protected
OnStart is protected
Unit test fix
Made everything else protected
Can get rid of ToString node hack
WIP setting const values for node inputs in the editor
Merge remote-tracking branch 'origin/main' into action-editor
# Conflicts:
# code/ExampleComponents/TurretComponent.cs
# code/GameEngine/GameObject/GameTags/GameTags.cs
Fix action graph component override method signatures
If graph has an icon, use it in ActionControlWidget