Repository for code snippets to add functionalities
- Load asset embedded into dll as a stream: loadEmbeddedAsset
- Create MD5 from a string: createMD5
- Load PNG from a stream (using load embedded asset for example): loadPNG
- Templated Component grabber by name from GameObject: GetChildComponentByName
- Sample mod to print shader analysis, easy to edit to needs: ShaderAnalysis
- Typed and Untyped params use : TypedAndUntypedParamsUse
- Build Panel Expansion : VPlusBuildExpansion