유니티 CSV 라이브러리 성능 분석 (CSV Parsing Performance Test in Unity)
유니티 CSV 라이브러리 성능 분석 (CSV Parsing Performance Test in Unity) 유니티 parser 종류 with Regex 1 with split 2 with split 3 루멘 regex 매칭 유니티 벤치마크 공식 문서 2.0 공식문서 1.0 벤치 마크 테스트 Open /YourProject/Packages/manifest.json "com.unity.test-framework.performance": "2.1.0", "testables": [ "com.unity.test-framework.performance" ] Create a new folder Assets/Tests Create an assembly definition - Unity.PerformanceTesting..
2023.03.29