Atsuhito Machida
Atsuhito Machida
The following method was used to collect the Serializer settings in one place. ```csharp builder.Services.TryAddTransient(s => { var httpJsonOptions = s.GetRequiredService(); var serializerOptions = httpJsonOptions.Value.SerializerOptions; return new JsonSerializerDataContractResolver(serializerOptions); }); builder.Services.AddSwaggerGen(options...
@Haruma-K I'm sorry for the late reply. I added the package using the git URL, but when I tried to create a Prefab Variant, Unity crashed. I believe this is...
Had the same problem, but was able to get it to work by adding nonce to the check. ``` Slack({ checks: ['pkce', 'nonce'] }) ``` It seems there is a...