Koji Hasegawa
Koji Hasegawa
後編記事とともに整備中です。もう少々お待ち下さい
Tipsみたいな章で、同じ脚注が連続することはありました。2つ目以降同じ番号になってくれるととても助かります。 が、 `@` 方式でも事故にはならないと思うので、あればありがたいです!
> if the package is not compatible with standalone player, please add a comment to a Known issues section to the top level readme.md I do not find the “known...
Add defineConstraints: UNITY_EDITOR refs #121
Change to draft. wait for fix https://github.com/nsubstitute/NSubstitute/pull/701
Thanks! Give me few days to think about this idea.
refs https://github.com/remotemobprogramming/mob/issues/247
Worked on Unity 2021.2+ 🎉 Thanks, @bdovaz san! However, runtime error occurred on under Unity 2021.2. ``` System.PlatformNotSupportedException : System.Reflection.Emit is not supported on this platform. ``` Catsle.Core v5.0.0 depends...
@bdovaz thanks, Castle.Core v5 depends on System.Reflection.Emit and System.Diagnostics.EventLog when using .NETStandard 2.0. When using .NETStandard 2.1, only depends on System.Diagnostics.EventLog. So running correctly. see https://www.nuget.org/packages/Castle.Core/5.0.0#dependencies-body-tab
I created two issues for this resolution.