Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URP において Texture Transform Expression が働いていない #2492

Open
Santarh opened this issue Nov 8, 2024 · 0 comments
Open

URP において Texture Transform Expression が働いていない #2492

Santarh opened this issue Nov 8, 2024 · 0 comments
Labels
bug Something isn't working material/texture URP
Milestone

Comments

@Santarh
Copy link
Contributor

Santarh commented Nov 8, 2024

_MainTex_ST を暗黙に使用してしまっている。

static Dictionary<string, string[]> UVPropMap = new Dictionary<string, string[]>

またついでに関連個所として以下の name 取得場所で毎フレーム GC Alloc してしまう。

foreach (var prop in GetUVProps(item.Material.shader.name))

@Santarh Santarh added the bug Something isn't working label Nov 8, 2024
@Santarh Santarh changed the title URP において Texture Offset/Scale Expression が働いていない URP において Texture Transform Expression が働いていない Nov 8, 2024
@ousttrue ousttrue added this to the nextnext milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working material/texture URP
Projects
None yet
Development

No branches or pull requests

2 participants