-
Notifications
You must be signed in to change notification settings - Fork 19
%ShaderName cannot contain () brackets #111
Copy link
Copy link
Open
Labels
GeneratorCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncbugSomething isn't workingSomething isn't working
Description
If the %ShaderName contains brackets, the resulting code will be truncated and produce a compile error.
For example, this line:
%ShaderName("Warren's Fast Fur - V6/Fast Fur - Lite (Skin Only)")
...will result in the last 2 characters being truncated:
Shader "Warren's Fast Fur - V6/Fast Fur - Lite (Skin Only
The correct output should be:
Shader "Warren's Fast Fur - V6/Fast Fur - Lite (Skin Only)"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GeneratorCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncbugSomething isn't workingSomething isn't working