├── .github └── workflows │ └── on_push.yml ├── .gitignore ├── Documentation └── bible_logo.png ├── Gemfile ├── Gruntfile.js ├── README.md ├── README_CONTRIBUTOR.md ├── README_EN.md ├── Third Party Notices.md ├── articles ├── Rakefile ├── backcover.tex ├── catalog.yml ├── config-epub-en.yml ├── config-epub-jp.yml ├── config-jp.yml ├── doc │ ├── catalog.ja.md │ ├── catalog.md │ ├── customize_epub.ja.md │ ├── customize_epub.md │ ├── format.ja.md │ ├── format.md │ ├── format_idg.ja.md │ ├── makeindex.ja.md │ ├── makeindex.md │ ├── pdfmaker.ja.md │ ├── pdfmaker.md │ ├── preproc.ja.md │ ├── preproc.md │ ├── quickstart.ja.md │ ├── quickstart.md │ ├── writing_vertical.ja.md │ └── writing_vertical.md ├── epub_style.css ├── epub_style.scss ├── fonts │ └── bizud │ │ ├── BIZUDGothic-Bold.ttf │ │ ├── BIZUDGothic-Regular.ttf │ │ ├── BIZUDMincho-Regular.ttf │ │ ├── BIZUDPGothic-Bold.ttf │ │ ├── BIZUDPGothic-Regular.ttf │ │ ├── BIZUDPMincho-Regular.ttf │ │ └── README.md ├── images │ └── cover │ │ ├── pdf │ │ ├── tuning_bible_cover_color.pdf │ │ └── tuning_bible_cover_monochrome.pdf │ │ ├── tuning_bible_cover_back.png │ │ ├── tuning_bible_cover_color.png │ │ └── tuning_bible_cover_monochrome.png ├── images_en │ ├── basic │ │ ├── basic_asset_data_animation_01.png │ │ ├── basic_asset_data_animation_02.png │ │ ├── basic_asset_data_animation_03.png │ │ ├── basic_asset_data_bit_01.png │ │ ├── basic_asset_data_bit_02.png │ │ ├── basic_asset_data_bit_03.png │ │ ├── basic_asset_data_compression_01.png │ │ ├── basic_asset_data_mesh_01.png │ │ ├── basic_asset_data_mesh_02.png │ │ ├── basic_asset_data_mesh_03.png │ │ ├── basic_asset_data_texture_01.png │ │ ├── basic_asset_data_texture_02.png │ │ ├── basic_assetbundle_dependency.png │ │ ├── basic_assetbundle_leak.png │ │ ├── basic_cpu_cache.png │ │ ├── basic_cpu_gpu_difference.png │ │ ├── basic_cpu_multicore.png │ │ ├── basic_cpu_pipeline.png │ │ ├── basic_cpu_pipeline_stall.png │ │ ├── basic_csharp_il.png │ │ ├── basic_far_storage.png │ │ ├── basic_fragmentation.png │ │ ├── basic_gpu_memory.png │ │ ├── basic_hardware_soc.png │ │ ├── basic_monobehaviour_flowchart.png │ │ ├── basic_order_graph.png │ │ ├── basic_render_thread.png │ │ ├── basic_stack.png │ │ ├── basic_stack_heap.png │ │ ├── basic_thread.png │ │ ├── basic_unity_memory.png │ │ ├── graphics_overdraw_01.png │ │ ├── graphics_overdraw_02.png │ │ ├── graphics_overdraw_03.png │ │ ├── graphics_pipeline_01.png │ │ └── graphics_pipeline_02.png │ ├── chapter_title │ │ ├── chapter_1.png │ │ ├── chapter_10.png │ │ ├── chapter_11.png │ │ ├── chapter_12.png │ │ ├── chapter_2.png │ │ ├── chapter_3.png │ │ ├── chapter_4.png │ │ ├── chapter_5.png │ │ ├── chapter_6.png │ │ ├── chapter_7.png │ │ ├── chapter_8.png │ │ └── chapter_9.png │ ├── cover │ │ ├── pdf │ │ │ ├── tuning_bible_cover_color.pdf │ │ │ └── tuning_bible_cover_monochrome.pdf │ │ ├── tuning_bible_cover_back.png │ │ ├── tuning_bible_cover_color.png │ │ └── tuning_bible_cover_monochrome.png │ ├── profile_tool │ │ ├── References │ │ │ ├── android_studio_export.png │ │ │ ├── android_studio_tool_bar.png │ │ │ ├── connect_profiler_by_iphone.png │ │ │ ├── frame_debugger_enable.png │ │ │ ├── heap_explorer_capture_top.png │ │ │ ├── heap_explorer_target.png │ │ │ ├── instruments_recording_options.png │ │ │ ├── memory_profiler_detail_selection.png │ │ │ ├── memory_profiler_tool_bar.png │ │ │ ├── profile_analyzer_comapre_marker.png │ │ │ ├── profile_analyzer_top_view.png │ │ │ ├── profiler_base_img.png │ │ │ ├── render_doc_event_browser.png │ │ │ ├── render_doc_launch_application_tab.png │ │ │ ├── render_doc_shader_code.png │ │ │ ├── timeline_profiler.png │ │ │ ├── timeline_sampler.png │ │ │ ├── xcode13_frame_debugger_capture_icon.png │ │ │ ├── xcode_debug_view_tab.png │ │ │ ├── xcode_frame_debugger_api.png │ │ │ ├── xcode_frame_debugger_capture_icon.png │ │ │ └── xcode_frame_debugger_gpu_enable.png │ │ ├── android_studio_cpu_thread_select.png │ │ ├── android_studio_export.png │ │ ├── android_studio_memory.png │ │ ├── android_studio_memory_heap_dump.png │ │ ├── android_studio_memory_record_options.png │ │ ├── android_studio_profile.png │ │ ├── android_studio_profiler_attach.png │ │ ├── android_studio_profiler_menu.png │ │ ├── android_studio_record_button.png │ │ ├── android_studio_sampling_result.png │ │ ├── android_studio_tool_bar.png │ │ ├── box_plot.png │ │ ├── connect_profiler_by_iphone.png │ │ ├── development_build_setting.png │ │ ├── enable_preview_package.png │ │ ├── frame_debugger_connect.png │ │ ├── frame_debugger_enable.png │ │ ├── frame_debugger_header_tool.png │ │ ├── frame_debugger_preview.png │ │ ├── frame_debugger_shader_property.png │ │ ├── frame_debugger_shader_syntax.png │ │ ├── heap_explorer_capture_top.png │ │ ├── heap_explorer_header.png │ │ ├── heap_explorer_objects_view.png │ │ ├── heap_explorer_path_to_root.png │ │ ├── heap_explorer_reference_explain.png │ │ ├── heap_explorer_referenced_by.png │ │ ├── heap_explorer_references_to.png │ │ ├── heap_explorer_target.png │ │ ├── heap_explorer_top.png │ │ ├── histogram.png │ │ ├── instruments_allocations_call_tree.png │ │ ├── instruments_allocations_generations.png │ │ ├── instruments_allocations_mark_generation.png │ │ ├── instruments_allocations_view.png │ │ ├── instruments_allocations_view_type.png │ │ ├── instruments_call_tress.png │ │ ├── instruments_menu.png │ │ ├── instruments_recodring_options_diff.png │ │ ├── instruments_recording_options.png │ │ ├── instruments_time_profile_result.png │ │ ├── insturments_record_start.png │ │ ├── mean_median.png │ │ ├── memory_profiler_add_package_2021.png │ │ ├── memory_profiler_compare_snaphost_overview.png │ │ ├── memory_profiler_detail_references.png │ │ ├── memory_profiler_detail_selection.png │ │ ├── memory_profiler_fragmentation.png │ │ ├── memory_profiler_install.png │ │ ├── memory_profiler_memory_break_down.png │ │ ├── memory_profiler_objects_allocations.png │ │ ├── memory_profiler_snapshot_panel_compare.png │ │ ├── memory_profiler_snapshot_panel_single.png │ │ ├── memory_profiler_tool_bar.png │ │ ├── memory_profiler_top.png │ │ ├── memory_profiler_tree_map.png │ │ ├── memory_profiler_tree_map_table.png │ │ ├── memory_profiler_tree_map_table_group.png │ │ ├── memory_profiler_tree_map_table_option.png │ │ ├── memory_profiler_usage_overview.png │ │ ├── profile_analyzer.png │ │ ├── profile_analyzer_comapre_marker.png │ │ ├── profile_analyzer_compare_frame_segment.png │ │ ├── profile_analyzer_filter.png │ │ ├── profile_analyzer_frame_summary.png │ │ ├── profile_analyzer_install.png │ │ ├── profile_analyzer_marker_detail.png │ │ ├── profile_analyzer_marker_summary.png │ │ ├── profile_analyzer_median_top10.png │ │ ├── profile_analyzer_thread_summary.png │ │ ├── profile_analyzer_top_view.png │ │ ├── profile_anlyzer_frame_segment.png │ │ ├── profile_hierarchy.png │ │ ├── profile_memory_2021.png │ │ ├── profile_raw_hierarchy.png │ │ ├── profiler_cpu_usage.png │ │ ├── profiler_hieracrhy_thread.png │ │ ├── profiler_hierarchy_view.png │ │ ├── profiler_memory.png │ │ ├── profiler_memory_detailed.png │ │ ├── profiler_memory_simple.png │ │ ├── profiler_module_list.png │ │ ├── profiler_modules.png │ │ ├── profiler_often_use_command.png │ │ ├── profiler_timeline.png │ │ ├── render_doc_capture_menu.png │ │ ├── render_doc_connection.png │ │ ├── render_doc_event_browser.png │ │ ├── render_doc_launch_application_select.png │ │ ├── render_doc_launch_application_tab.png │ │ ├── render_doc_mesh_view_in_out.png │ │ ├── render_doc_mesh_viewer.png │ │ ├── render_doc_pipeline_state.png │ │ ├── render_doc_pipeline_state_fragment.png │ │ ├── render_doc_pipeline_state_framebuffer.png │ │ ├── render_doc_shader_code.png │ │ ├── render_doc_timeline.png │ │ ├── render_doc_top.png │ │ ├── render_doc_window_tab.png │ │ ├── sampler_display_example.png │ │ ├── texture_viewer_input_output.png │ │ ├── texture_viewer_pixel_context.png │ │ ├── texture_viewer_pixel_history.png │ │ ├── texture_viewer_toolbar.png │ │ ├── xcode_debug_navi_cpu.png │ │ ├── xcode_debug_navi_disk.png │ │ ├── xcode_debug_navi_energy.png │ │ ├── xcode_debug_navi_fps.png │ │ ├── xcode_debug_navi_memory.png │ │ ├── xcode_debug_navi_network.png │ │ ├── xcode_debug_navi_tab.png │ │ ├── xcode_debugger_attach.png │ │ ├── xcode_frame_debuggeer_command.png │ │ ├── xcode_frame_debugger_api.png │ │ ├── xcode_frame_debugger_capture_icon.png │ │ ├── xcode_frame_debugger_dependency.png │ │ ├── xcode_frame_debugger_dependency_open.png │ │ ├── xcode_frame_debugger_geometry.png │ │ ├── xcode_frame_debugger_gpu_enable.png │ │ ├── xcode_frame_debugger_memory.png │ │ ├── xcode_frame_debugger_navigator_area.png │ │ ├── xcode_frame_debugger_navigator_profile.png │ │ ├── xcode_frame_debugger_navigator_view.png │ │ ├── xcode_frame_debugger_pipeline_state.png │ │ ├── xcode_frame_debugger_scheme.png │ │ ├── xcode_frame_debugger_summary.png │ │ ├── xcode_frame_debugger_view_frame_diff.png │ │ ├── xcode_memory_graph_backtrace.png │ │ ├── xcode_memory_graph_icon.png │ │ ├── xcode_memory_graph_malloc_stack_logging.png │ │ ├── xcode_memory_graph_top.png │ │ ├── xcode_run.png │ │ ├── xcode_time_profiler_il2cpp.png │ │ ├── xcode_vmmap_summary.png │ │ └── xocde_frame_debugger_counter.png │ ├── tuning_practice_asset │ │ ├── aniso_level_compare.png │ │ ├── practice_asset_animation_error.png │ │ ├── practice_asset_animation_influence.png │ │ ├── practice_asset_animator_cull.png │ │ ├── practice_asset_audio_compression_format.png │ │ ├── practice_asset_audio_force_to_mono.png │ │ ├── practice_asset_audio_load_type.png │ │ ├── practice_asset_audio_sample_rate_setting.png │ │ ├── practice_asset_emit_count.png │ │ ├── practice_asset_key_frame_reduction.png │ │ ├── practice_asset_max_particles.png │ │ ├── practice_asset_mesh_compression.png │ │ ├── practice_asset_mesh_inspector.png │ │ ├── practice_asset_noise.png │ │ ├── practice_asset_noise_quality.png │ │ ├── practice_asset_optimize_mesh_data.png │ │ ├── practice_asset_subemitters.png │ │ ├── practice_asset_vertex_compression_settings.png │ │ ├── project_settings_aniso.png │ │ └── texture_settings.png │ ├── tuning_practice_graphics │ │ ├── 2d_sprite.png │ │ ├── atlas_packing.png │ │ ├── baked-lightmaps.png │ │ ├── batching_static.png │ │ ├── create-shadervariant.png │ │ ├── create_sprite_atlas.png │ │ ├── dpi_factor.png │ │ ├── dynamic_batching.png │ │ ├── enable_instancing.png │ │ ├── enable_srp_batcher.png │ │ ├── fake-shadow.png │ │ ├── fixed_dpi.png │ │ ├── generate-lighting.png │ │ ├── light-component.png │ │ ├── light-mixed.png │ │ ├── lightmap-resolution.png │ │ ├── lightmapping-settings.png │ │ ├── lod-group.png │ │ ├── lut-texture-1024.png │ │ ├── mesh-castshadow.png │ │ ├── new-lighting-settings.png │ │ ├── object-static.png │ │ ├── occlusion_static.png │ │ ├── occlusion_window.png │ │ ├── overdraw.png │ │ ├── preloaded-shaders.png │ │ ├── quality-shadow.png │ │ ├── shadervariant-inspector.png │ │ ├── shadow-distance.png │ │ ├── srp_batcher_compatible.png │ │ ├── static_batching.png │ │ ├── streaming-mip.png │ │ └── texture-streaming.png │ ├── tuning_practice_physics │ │ ├── physics_debugger.png │ │ ├── profiler_physics.png │ │ ├── projectsetting_layer_collision_matrix.png │ │ ├── projectsetting_sleep_threshold.png │ │ ├── projectsetting_time_fixed_timestep.png │ │ └── projectsetting_time_maximum_allowed_timestep.png │ ├── tuning_practice_player_settings │ │ ├── compiler_configuration.png │ │ ├── ios_accelerometer_frequency.png │ │ └── scripting_backend.png │ ├── tuning_practice_script_csharp │ │ ├── linq_type_optimizaiton_query_execute_result.png │ │ └── linq_vs_pure_benchmark.png │ ├── tuning_practice_script_unity │ │ ├── burst_inspector.png │ │ └── practice_script_unity_define.png │ ├── tuning_practice_third_party │ │ ├── dotween_inspector.png │ │ ├── dotween_inspector_game_object.png │ │ └── unitask_tracker.png │ ├── tuning_practice_ui │ │ ├── canvas_disable.png │ │ ├── canvas_group.png │ │ ├── layout_group.png │ │ ├── none_image.png │ │ ├── raycast_target.png │ │ └── unity_white.png │ └── tuning_start │ │ ├── degration.png │ │ ├── memory_crash_ios.png │ │ ├── performance_stats.png │ │ ├── process_heavy.png │ │ ├── profiler_memory_other.png │ │ ├── profiler_memory_simple.png │ │ ├── tuning_basic_flow.png │ │ └── xcode_debug_memory.png ├── images_jp │ ├── .gitkeep │ ├── basic │ │ ├── basic_asset_data_animation_01.png │ │ ├── basic_asset_data_animation_02.png │ │ ├── basic_asset_data_animation_03.png │ │ ├── basic_asset_data_bit_01.png │ │ ├── basic_asset_data_bit_02.png │ │ ├── basic_asset_data_bit_03.png │ │ ├── basic_asset_data_compression_01.png │ │ ├── basic_asset_data_mesh_01.png │ │ ├── basic_asset_data_mesh_02.png │ │ ├── basic_asset_data_mesh_03.png │ │ ├── basic_asset_data_texture_01.png │ │ ├── basic_asset_data_texture_02.png │ │ ├── basic_assetbundle_dependency.png │ │ ├── basic_assetbundle_leak.png │ │ ├── basic_cpu_cache.png │ │ ├── basic_cpu_gpu_difference.png │ │ ├── basic_cpu_multicore.png │ │ ├── basic_cpu_pipeline.png │ │ ├── basic_cpu_pipeline_stall.png │ │ ├── basic_csharp_il.png │ │ ├── basic_far_storage.png │ │ ├── basic_fragmentation.png │ │ ├── basic_gpu_memory.png │ │ ├── basic_hardware_soc.png │ │ ├── basic_monobehaviour_flowchart.png │ │ ├── basic_order_graph.png │ │ ├── basic_render_thread.png │ │ ├── basic_stack.png │ │ ├── basic_stack_heap.png │ │ ├── basic_thread.png │ │ ├── basic_unity_memory.png │ │ ├── graphics_overdraw_01.png │ │ ├── graphics_overdraw_02.png │ │ ├── graphics_overdraw_03.png │ │ ├── graphics_pipeline_01.png │ │ └── graphics_pipeline_02.png │ ├── chapter_title │ │ ├── chapter_1.png │ │ ├── chapter_10.png │ │ ├── chapter_11.png │ │ ├── chapter_12.png │ │ ├── chapter_2.png │ │ ├── chapter_3.png │ │ ├── chapter_4.png │ │ ├── chapter_5.png │ │ ├── chapter_6.png │ │ ├── chapter_7.png │ │ ├── chapter_8.png │ │ └── chapter_9.png │ ├── cover │ │ ├── pdf │ │ │ ├── tuning_bible_cover_color.pdf │ │ │ └── tuning_bible_cover_monochrome.pdf │ │ ├── tuning_bible_cover_back.png │ │ ├── tuning_bible_cover_color.png │ │ └── tuning_bible_cover_monochrome.png │ ├── profile_tool │ │ ├── References │ │ │ ├── android_studio_export.png │ │ │ ├── android_studio_tool_bar.png │ │ │ ├── connect_profiler_by_iphone.png │ │ │ ├── frame_debugger_enable.png │ │ │ ├── heap_explorer_capture_top.png │ │ │ ├── heap_explorer_target.png │ │ │ ├── instruments_recording_options.png │ │ │ ├── memory_profiler_detail_selection.png │ │ │ ├── memory_profiler_tool_bar.png │ │ │ ├── profile_analyzer_comapre_marker.png │ │ │ ├── profile_analyzer_top_view.png │ │ │ ├── profiler_base_img.png │ │ │ ├── render_doc_event_browser.png │ │ │ ├── render_doc_launch_application_tab.png │ │ │ ├── render_doc_shader_code.png │ │ │ ├── timeline_profiler.png │ │ │ ├── timeline_sampler.png │ │ │ ├── xcode13_frame_debugger_capture_icon.png │ │ │ ├── xcode_debug_view_tab.png │ │ │ ├── xcode_frame_debugger_api.png │ │ │ ├── xcode_frame_debugger_capture_icon.png │ │ │ └── xcode_frame_debugger_gpu_enable.png │ │ ├── android_studio_cpu_thread_select.png │ │ ├── android_studio_export.png │ │ ├── android_studio_memory.png │ │ ├── android_studio_memory_heap_dump.png │ │ ├── android_studio_memory_record_options.png │ │ ├── android_studio_profile.png │ │ ├── android_studio_profiler_attach.png │ │ ├── android_studio_profiler_menu.png │ │ ├── android_studio_record_button.png │ │ ├── android_studio_sampling_result.png │ │ ├── android_studio_tool_bar.png │ │ ├── box_plot.png │ │ ├── connect_profiler_by_iphone.png │ │ ├── development_build_setting.png │ │ ├── enable_preview_package.png │ │ ├── frame_debugger_connect.png │ │ ├── frame_debugger_enable.png │ │ ├── frame_debugger_header_tool.png │ │ ├── frame_debugger_preview.png │ │ ├── frame_debugger_shader_property.png │ │ ├── frame_debugger_shader_syntax.png │ │ ├── heap_explorer_capture_top.png │ │ ├── heap_explorer_header.png │ │ ├── heap_explorer_objects_view.png │ │ ├── heap_explorer_path_to_root.png │ │ ├── heap_explorer_reference_explain.png │ │ ├── heap_explorer_referenced_by.png │ │ ├── heap_explorer_references_to.png │ │ ├── heap_explorer_target.png │ │ ├── heap_explorer_top.png │ │ ├── histogram.png │ │ ├── instruments_allocations_call_tree.png │ │ ├── instruments_allocations_generations.png │ │ ├── instruments_allocations_mark_generation.png │ │ ├── instruments_allocations_view.png │ │ ├── instruments_allocations_view_type.png │ │ ├── instruments_call_tress.png │ │ ├── instruments_menu.png │ │ ├── instruments_recodring_options_diff.png │ │ ├── instruments_recording_options.png │ │ ├── instruments_time_profile_result.png │ │ ├── insturments_record_start.png │ │ ├── mean_median.png │ │ ├── memory_profiler_add_package_2021.png │ │ ├── memory_profiler_compare_snaphost_overview.png │ │ ├── memory_profiler_detail_references.png │ │ ├── memory_profiler_detail_selection.png │ │ ├── memory_profiler_fragmentation.png │ │ ├── memory_profiler_install.png │ │ ├── memory_profiler_memory_break_down.png │ │ ├── memory_profiler_objects_allocations.png │ │ ├── memory_profiler_snapshot_panel_compare.png │ │ ├── memory_profiler_snapshot_panel_single.png │ │ ├── memory_profiler_tool_bar.png │ │ ├── memory_profiler_top.png │ │ ├── memory_profiler_tree_map.png │ │ ├── memory_profiler_tree_map_table.png │ │ ├── memory_profiler_tree_map_table_group.png │ │ ├── memory_profiler_tree_map_table_option.png │ │ ├── memory_profiler_usage_overview.png │ │ ├── profile_analyzer.png │ │ ├── profile_analyzer_comapre_marker.png │ │ ├── profile_analyzer_compare_frame_segment.png │ │ ├── profile_analyzer_filter.png │ │ ├── profile_analyzer_frame_summary.png │ │ ├── profile_analyzer_install.png │ │ ├── profile_analyzer_marker_detail.png │ │ ├── profile_analyzer_marker_summary.png │ │ ├── profile_analyzer_median_top10.png │ │ ├── profile_analyzer_thread_summary.png │ │ ├── profile_analyzer_top_view.png │ │ ├── profile_anlyzer_frame_segment.png │ │ ├── profile_hierarchy.png │ │ ├── profile_memory_2021.png │ │ ├── profile_raw_hierarchy.png │ │ ├── profiler_cpu_usage.png │ │ ├── profiler_hieracrhy_thread.png │ │ ├── profiler_hierarchy_view.png │ │ ├── profiler_memory.png │ │ ├── profiler_memory_detailed.png │ │ ├── profiler_memory_simple.png │ │ ├── profiler_module_list.png │ │ ├── profiler_modules.png │ │ ├── profiler_often_use_command.png │ │ ├── profiler_timeline.png │ │ ├── render_doc_capture_menu.png │ │ ├── render_doc_connection.png │ │ ├── render_doc_event_browser.png │ │ ├── render_doc_launch_application_select.png │ │ ├── render_doc_launch_application_tab.png │ │ ├── render_doc_mesh_view_in_out.png │ │ ├── render_doc_mesh_viewer.png │ │ ├── render_doc_pipeline_state.png │ │ ├── render_doc_pipeline_state_fragment.png │ │ ├── render_doc_pipeline_state_framebuffer.png │ │ ├── render_doc_shader_code.png │ │ ├── render_doc_timeline.png │ │ ├── render_doc_top.png │ │ ├── render_doc_window_tab.png │ │ ├── sampler_display_example.png │ │ ├── texture_viewer_input_output.png │ │ ├── texture_viewer_pixel_context.png │ │ ├── texture_viewer_pixel_history.png │ │ ├── texture_viewer_toolbar.png │ │ ├── xcode_debug_navi_cpu.png │ │ ├── xcode_debug_navi_disk.png │ │ ├── xcode_debug_navi_energy.png │ │ ├── xcode_debug_navi_fps.png │ │ ├── xcode_debug_navi_memory.png │ │ ├── xcode_debug_navi_network.png │ │ ├── xcode_debug_navi_tab.png │ │ ├── xcode_debugger_attach.png │ │ ├── xcode_frame_debuggeer_command.png │ │ ├── xcode_frame_debugger_api.png │ │ ├── xcode_frame_debugger_capture_icon.png │ │ ├── xcode_frame_debugger_dependency.png │ │ ├── xcode_frame_debugger_dependency_open.png │ │ ├── xcode_frame_debugger_geometry.png │ │ ├── xcode_frame_debugger_gpu_enable.png │ │ ├── xcode_frame_debugger_memory.png │ │ ├── xcode_frame_debugger_navigator_area.png │ │ ├── xcode_frame_debugger_navigator_profile.png │ │ ├── xcode_frame_debugger_navigator_view.png │ │ ├── xcode_frame_debugger_pipeline_state.png │ │ ├── xcode_frame_debugger_scheme.png │ │ ├── xcode_frame_debugger_summary.png │ │ ├── xcode_frame_debugger_view_frame_diff.png │ │ ├── xcode_memory_graph_backtrace.png │ │ ├── xcode_memory_graph_icon.png │ │ ├── xcode_memory_graph_malloc_stack_logging.png │ │ ├── xcode_memory_graph_top.png │ │ ├── xcode_run.png │ │ ├── xcode_time_profiler_il2cpp.png │ │ ├── xcode_vmmap_summary.png │ │ └── xocde_frame_debugger_counter.png │ ├── tuning_practice_asset │ │ ├── aniso_level_compare.png │ │ ├── practice_asset_animation_error.png │ │ ├── practice_asset_animation_influence.png │ │ ├── practice_asset_animator_cull.png │ │ ├── practice_asset_audio_compression_format.png │ │ ├── practice_asset_audio_force_to_mono.png │ │ ├── practice_asset_audio_load_type.png │ │ ├── practice_asset_audio_sample_rate_setting.png │ │ ├── practice_asset_emit_count.png │ │ ├── practice_asset_key_frame_reduction.png │ │ ├── practice_asset_max_particles.png │ │ ├── practice_asset_mesh_compression.png │ │ ├── practice_asset_mesh_inspector.png │ │ ├── practice_asset_noise.png │ │ ├── practice_asset_noise_quality.png │ │ ├── practice_asset_optimize_mesh_data.png │ │ ├── practice_asset_subemitters.png │ │ ├── practice_asset_vertex_compression_settings.png │ │ ├── project_settings_aniso.png │ │ └── texture_settings.png │ ├── tuning_practice_graphics │ │ ├── 2d_sprite.png │ │ ├── atlas_packing.png │ │ ├── baked-lightmaps.png │ │ ├── batching_static.png │ │ ├── create-shadervariant.png │ │ ├── create_sprite_atlas.png │ │ ├── dpi_factor.png │ │ ├── dynamic_batching.png │ │ ├── enable_instancing.png │ │ ├── enable_srp_batcher.png │ │ ├── fake-shadow.png │ │ ├── fixed_dpi.png │ │ ├── generate-lighting.png │ │ ├── light-component.png │ │ ├── light-mixed.png │ │ ├── lightmap-resolution.png │ │ ├── lightmapping-settings.png │ │ ├── lod-group.png │ │ ├── lut-texture-1024.png │ │ ├── mesh-castshadow.png │ │ ├── new-lighting-settings.png │ │ ├── object-static.png │ │ ├── occlusion_static.png │ │ ├── occlusion_window.png │ │ ├── overdraw.png │ │ ├── preloaded-shaders.png │ │ ├── quality-shadow.png │ │ ├── shadervariant-inspector.png │ │ ├── shadow-distance.png │ │ ├── srp_batcher_compatible.png │ │ ├── static_batching.png │ │ ├── streaming-mip.png │ │ └── texture-streaming.png │ ├── tuning_practice_physics │ │ ├── physics_debugger.png │ │ ├── profiler_physics.png │ │ ├── projectsetting_layer_collision_matrix.png │ │ ├── projectsetting_sleep_threshold.png │ │ ├── projectsetting_time_fixed_timestep.png │ │ └── projectsetting_time_maximum_allowed_timestep.png │ ├── tuning_practice_player_settings │ │ ├── compiler_configuration.png │ │ ├── ios_accelerometer_frequency.png │ │ └── scripting_backend.png │ ├── tuning_practice_script_csharp │ │ ├── linq_type_optimizaiton_query_execute_result.png │ │ └── linq_vs_pure_benchmark.png │ ├── tuning_practice_script_unity │ │ ├── burst_inspector.png │ │ └── practice_script_unity_define.png │ ├── tuning_practice_third_party │ │ ├── dotween_inspector.png │ │ ├── dotween_inspector_game_object.png │ │ └── unitask_tracker.png │ ├── tuning_practice_ui │ │ ├── canvas_disable.png │ │ ├── canvas_group.png │ │ ├── layout_group.png │ │ ├── none_image.png │ │ ├── raycast_target.png │ │ └── unity_white.png │ └── tuning_start │ │ ├── degration.png │ │ ├── memory_crash_ios.png │ │ ├── performance_stats.png │ │ ├── process_heavy.png │ │ ├── profiler_memory_other.png │ │ ├── profiler_memory_simple.png │ │ ├── tuning_basic_flow.png │ │ └── xcode_debug_memory.png ├── layouts │ └── config-local.tex.erb ├── lib │ └── tasks │ │ ├── review.rake │ │ └── z01_pandoc2review.rake ├── locale.yml ├── prh.yml ├── sty │ ├── README.md │ ├── gentombow.sty │ ├── jsbook.cls │ ├── jumoline.sty │ ├── plistings.sty │ ├── review-base.sty │ ├── review-custom.sty │ ├── review-jsbook.cls │ ├── review-style.sty │ ├── review-tcbox.sty │ ├── reviewmacro.sty │ └── techbooster-doujin-base.sty ├── style-web.css ├── style-web.scss ├── style.css ├── style.scss ├── text_en │ ├── basic.re │ ├── contributors.re │ ├── end_of_summary.re │ ├── preface.re │ ├── profile_tool.re │ ├── tuning_practice_asset.re │ ├── tuning_practice_assetbundle.re │ ├── tuning_practice_graphics.re │ ├── tuning_practice_physics.re │ ├── tuning_practice_player_settings.re │ ├── tuning_practice_script_csharp.re │ ├── tuning_practice_script_unity.re │ ├── tuning_practice_third_party.re │ ├── tuning_practice_ui.re │ └── tuning_start.re ├── text_jp │ ├── basic.re │ ├── contributors.re │ ├── end_of_summary.re │ ├── preface.re │ ├── profile_tool.re │ ├── tuning_practice_asset.re │ ├── tuning_practice_assetbundle.re │ ├── tuning_practice_graphics.re │ ├── tuning_practice_physics.re │ ├── tuning_practice_player_settings.re │ ├── tuning_practice_script_csharp.re │ ├── tuning_practice_script_unity.re │ ├── tuning_practice_third_party.re │ ├── tuning_practice_ui.re │ └── tuning_start.re ├── title-epub.tex └── title.tex ├── build-in-docker-epub.sh ├── build-in-docker.sh ├── package-lock.json ├── package.json ├── prh-rules ├── README.ja.md ├── README.md ├── languages │ └── ja │ │ └── typo.yml ├── media │ ├── WEB+DB_PRESS.yml │ └── techbooster.yml ├── package.json ├── terms │ ├── android.yml │ ├── javascript.yml │ ├── review.yml │ ├── software.yml │ └── trademark.yml └── test.js ├── rebuild-css.sh ├── redpen-conf-ja.xml ├── setup.sh └── translation ├── .gitignore ├── LICENSE ├── README.md ├── main.py ├── poetry.lock ├── poetry.toml ├── pyproject.toml └── translator ├── review2xml.py ├── test_review2xml.py ├── test_xml2review.py ├── translate.py └── xml2review.py /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | Gemfile.lock 3 | .sass-cache/ 4 | 5 | articles/*.pdf 6 | articles/*.epub 7 | articles/*.html 8 | # articles/*.md 9 | articles/*.xml 10 | articles/*.txt 11 | 12 | .DS_Store 13 | -------------------------------------------------------------------------------- /Documentation/bible_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/Documentation/bible_logo.png -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | # A sample Gemfile 2 | source "https://rubygems.org" 3 | 4 | gem 'review', '5.3.0' 5 | gem 'pandoc2review' 6 | gem 'rake' 7 | # gem 'review-peg', '0.2.2' 8 | -------------------------------------------------------------------------------- /articles/Rakefile: -------------------------------------------------------------------------------- 1 | Dir.glob('lib/tasks/*.rake').sort.each do |file| 2 | load(file) 3 | end 4 | -------------------------------------------------------------------------------- /articles/backcover.tex: -------------------------------------------------------------------------------- 1 | % バックカバー画像 2 | \begin{titlepage} 3 | \includefullpagegraphics[height=\paperheight,keepaspectratio]{/book/articles/images/cover/tuning_bible_cover_back.png} 4 | \end{titlepage}\clearpage 5 | -------------------------------------------------------------------------------- /articles/fonts/bizud/BIZUDGothic-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/fonts/bizud/BIZUDGothic-Bold.ttf -------------------------------------------------------------------------------- /articles/fonts/bizud/BIZUDGothic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/fonts/bizud/BIZUDGothic-Regular.ttf -------------------------------------------------------------------------------- /articles/fonts/bizud/BIZUDMincho-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/fonts/bizud/BIZUDMincho-Regular.ttf -------------------------------------------------------------------------------- /articles/fonts/bizud/BIZUDPGothic-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/fonts/bizud/BIZUDPGothic-Bold.ttf -------------------------------------------------------------------------------- /articles/fonts/bizud/BIZUDPGothic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/fonts/bizud/BIZUDPGothic-Regular.ttf -------------------------------------------------------------------------------- /articles/fonts/bizud/BIZUDPMincho-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/fonts/bizud/BIZUDPMincho-Regular.ttf -------------------------------------------------------------------------------- /articles/fonts/bizud/README.md: -------------------------------------------------------------------------------- 1 | Download from [googlefonts/morisawa-biz-ud-gothic](https://github.com/googlefonts/morisawa-biz-ud-gothic) and [googlefonts/morisawa-biz-ud-mincho](https://github.com/googlefonts/morisawa-biz-ud-mincho). 2 | v1.002, released at 2022/03/29. 3 | -------------------------------------------------------------------------------- /articles/images/cover/pdf/tuning_bible_cover_color.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images/cover/pdf/tuning_bible_cover_color.pdf -------------------------------------------------------------------------------- /articles/images/cover/pdf/tuning_bible_cover_monochrome.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images/cover/pdf/tuning_bible_cover_monochrome.pdf -------------------------------------------------------------------------------- /articles/images/cover/tuning_bible_cover_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images/cover/tuning_bible_cover_back.png -------------------------------------------------------------------------------- /articles/images/cover/tuning_bible_cover_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images/cover/tuning_bible_cover_color.png -------------------------------------------------------------------------------- /articles/images/cover/tuning_bible_cover_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images/cover/tuning_bible_cover_monochrome.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_animation_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_animation_01.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_animation_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_animation_02.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_animation_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_animation_03.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_bit_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_bit_01.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_bit_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_bit_02.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_bit_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_bit_03.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_compression_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_compression_01.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_mesh_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_mesh_01.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_mesh_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_mesh_02.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_mesh_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_mesh_03.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_texture_01.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_asset_data_texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_asset_data_texture_02.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_assetbundle_dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_assetbundle_dependency.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_assetbundle_leak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_assetbundle_leak.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_cpu_cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_cpu_cache.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_cpu_gpu_difference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_cpu_gpu_difference.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_cpu_multicore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_cpu_multicore.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_cpu_pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_cpu_pipeline.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_cpu_pipeline_stall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_cpu_pipeline_stall.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_csharp_il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_csharp_il.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_far_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_far_storage.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_fragmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_fragmentation.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_gpu_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_gpu_memory.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_hardware_soc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_hardware_soc.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_monobehaviour_flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_monobehaviour_flowchart.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_order_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_order_graph.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_render_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_render_thread.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_stack.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_stack_heap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_stack_heap.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_thread.png -------------------------------------------------------------------------------- /articles/images_en/basic/basic_unity_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/basic_unity_memory.png -------------------------------------------------------------------------------- /articles/images_en/basic/graphics_overdraw_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/graphics_overdraw_01.png -------------------------------------------------------------------------------- /articles/images_en/basic/graphics_overdraw_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/graphics_overdraw_02.png -------------------------------------------------------------------------------- /articles/images_en/basic/graphics_overdraw_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/graphics_overdraw_03.png -------------------------------------------------------------------------------- /articles/images_en/basic/graphics_pipeline_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/graphics_pipeline_01.png -------------------------------------------------------------------------------- /articles/images_en/basic/graphics_pipeline_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/basic/graphics_pipeline_02.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_1.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_10.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_11.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_12.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_2.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_3.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_4.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_5.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_6.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_7.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_8.png -------------------------------------------------------------------------------- /articles/images_en/chapter_title/chapter_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/chapter_title/chapter_9.png -------------------------------------------------------------------------------- /articles/images_en/cover/pdf/tuning_bible_cover_color.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/cover/pdf/tuning_bible_cover_color.pdf -------------------------------------------------------------------------------- /articles/images_en/cover/pdf/tuning_bible_cover_monochrome.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/cover/pdf/tuning_bible_cover_monochrome.pdf -------------------------------------------------------------------------------- /articles/images_en/cover/tuning_bible_cover_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/cover/tuning_bible_cover_back.png -------------------------------------------------------------------------------- /articles/images_en/cover/tuning_bible_cover_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/cover/tuning_bible_cover_color.png -------------------------------------------------------------------------------- /articles/images_en/cover/tuning_bible_cover_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/cover/tuning_bible_cover_monochrome.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/android_studio_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/android_studio_export.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/android_studio_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/android_studio_tool_bar.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/connect_profiler_by_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/connect_profiler_by_iphone.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/frame_debugger_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/frame_debugger_enable.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/heap_explorer_capture_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/heap_explorer_capture_top.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/heap_explorer_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/heap_explorer_target.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/instruments_recording_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/instruments_recording_options.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/memory_profiler_detail_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/memory_profiler_detail_selection.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/memory_profiler_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/memory_profiler_tool_bar.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/profile_analyzer_comapre_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/profile_analyzer_comapre_marker.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/profile_analyzer_top_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/profile_analyzer_top_view.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/profiler_base_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/profiler_base_img.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/render_doc_event_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/render_doc_event_browser.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/render_doc_launch_application_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/render_doc_launch_application_tab.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/render_doc_shader_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/render_doc_shader_code.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/timeline_profiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/timeline_profiler.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/timeline_sampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/timeline_sampler.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/xcode_debug_view_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/xcode_debug_view_tab.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/xcode_frame_debugger_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/xcode_frame_debugger_api.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/xcode_frame_debugger_capture_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/xcode_frame_debugger_capture_icon.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/References/xcode_frame_debugger_gpu_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/References/xcode_frame_debugger_gpu_enable.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_cpu_thread_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_cpu_thread_select.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_export.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_memory.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_memory_heap_dump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_memory_heap_dump.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_memory_record_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_memory_record_options.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_profile.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_profiler_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_profiler_attach.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_profiler_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_profiler_menu.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_record_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_record_button.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_sampling_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_sampling_result.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/android_studio_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/android_studio_tool_bar.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/box_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/box_plot.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/connect_profiler_by_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/connect_profiler_by_iphone.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/development_build_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/development_build_setting.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/enable_preview_package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/enable_preview_package.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/frame_debugger_connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/frame_debugger_connect.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/frame_debugger_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/frame_debugger_enable.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/frame_debugger_header_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/frame_debugger_header_tool.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/frame_debugger_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/frame_debugger_preview.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/frame_debugger_shader_property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/frame_debugger_shader_property.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/frame_debugger_shader_syntax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/frame_debugger_shader_syntax.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_capture_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_capture_top.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_header.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_objects_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_objects_view.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_path_to_root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_path_to_root.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_reference_explain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_reference_explain.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_referenced_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_referenced_by.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_references_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_references_to.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_target.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/heap_explorer_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/heap_explorer_top.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/histogram.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_allocations_call_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_allocations_call_tree.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_allocations_generations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_allocations_generations.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_allocations_mark_generation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_allocations_mark_generation.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_allocations_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_allocations_view.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_allocations_view_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_allocations_view_type.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_call_tress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_call_tress.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_menu.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_recodring_options_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_recodring_options_diff.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_recording_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_recording_options.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/instruments_time_profile_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/instruments_time_profile_result.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/insturments_record_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/insturments_record_start.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/mean_median.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/mean_median.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_add_package_2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_add_package_2021.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_compare_snaphost_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_compare_snaphost_overview.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_detail_references.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_detail_references.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_detail_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_detail_selection.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_fragmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_fragmentation.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_install.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_memory_break_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_memory_break_down.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_objects_allocations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_objects_allocations.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_snapshot_panel_compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_snapshot_panel_compare.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_snapshot_panel_single.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_snapshot_panel_single.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_tool_bar.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_top.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_tree_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_tree_map.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_tree_map_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_tree_map_table.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_tree_map_table_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_tree_map_table_group.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_tree_map_table_option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_tree_map_table_option.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/memory_profiler_usage_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/memory_profiler_usage_overview.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_comapre_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_comapre_marker.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_compare_frame_segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_compare_frame_segment.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_filter.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_frame_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_frame_summary.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_install.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_marker_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_marker_detail.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_marker_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_marker_summary.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_median_top10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_median_top10.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_thread_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_thread_summary.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_analyzer_top_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_analyzer_top_view.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_anlyzer_frame_segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_anlyzer_frame_segment.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_hierarchy.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_memory_2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_memory_2021.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profile_raw_hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profile_raw_hierarchy.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_cpu_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_cpu_usage.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_hieracrhy_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_hieracrhy_thread.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_hierarchy_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_hierarchy_view.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_memory.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_memory_detailed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_memory_detailed.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_memory_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_memory_simple.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_module_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_module_list.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_modules.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_often_use_command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_often_use_command.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/profiler_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/profiler_timeline.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_capture_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_capture_menu.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_connection.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_event_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_event_browser.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_launch_application_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_launch_application_select.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_launch_application_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_launch_application_tab.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_mesh_view_in_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_mesh_view_in_out.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_mesh_viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_mesh_viewer.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_pipeline_state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_pipeline_state.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_pipeline_state_fragment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_pipeline_state_fragment.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_pipeline_state_framebuffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_pipeline_state_framebuffer.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_shader_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_shader_code.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_timeline.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_top.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/render_doc_window_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/render_doc_window_tab.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/sampler_display_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/sampler_display_example.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/texture_viewer_input_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/texture_viewer_input_output.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/texture_viewer_pixel_context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/texture_viewer_pixel_context.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/texture_viewer_pixel_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/texture_viewer_pixel_history.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/texture_viewer_toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/texture_viewer_toolbar.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_debug_navi_cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_debug_navi_cpu.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_debug_navi_disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_debug_navi_disk.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_debug_navi_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_debug_navi_energy.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_debug_navi_fps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_debug_navi_fps.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_debug_navi_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_debug_navi_memory.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_debug_navi_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_debug_navi_network.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_debug_navi_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_debug_navi_tab.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_debugger_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_debugger_attach.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debuggeer_command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debuggeer_command.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_api.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_capture_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_capture_icon.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_dependency.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_dependency_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_dependency_open.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_geometry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_geometry.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_gpu_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_gpu_enable.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_memory.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_navigator_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_navigator_area.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_navigator_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_navigator_profile.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_navigator_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_navigator_view.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_pipeline_state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_pipeline_state.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_scheme.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_summary.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_frame_debugger_view_frame_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_frame_debugger_view_frame_diff.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_memory_graph_backtrace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_memory_graph_backtrace.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_memory_graph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_memory_graph_icon.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_memory_graph_malloc_stack_logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_memory_graph_malloc_stack_logging.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_memory_graph_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_memory_graph_top.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_run.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_time_profiler_il2cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_time_profiler_il2cpp.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xcode_vmmap_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xcode_vmmap_summary.png -------------------------------------------------------------------------------- /articles/images_en/profile_tool/xocde_frame_debugger_counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/profile_tool/xocde_frame_debugger_counter.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/aniso_level_compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/aniso_level_compare.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_animation_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_animation_error.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_animation_influence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_animation_influence.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_animator_cull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_animator_cull.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_audio_force_to_mono.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_audio_force_to_mono.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_audio_load_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_audio_load_type.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_emit_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_emit_count.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_key_frame_reduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_key_frame_reduction.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_max_particles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_max_particles.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_mesh_compression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_mesh_compression.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_mesh_inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_mesh_inspector.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_noise.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_noise_quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_noise_quality.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_optimize_mesh_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_optimize_mesh_data.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/practice_asset_subemitters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/practice_asset_subemitters.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/project_settings_aniso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/project_settings_aniso.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_asset/texture_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_asset/texture_settings.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/2d_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/2d_sprite.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/atlas_packing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/atlas_packing.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/baked-lightmaps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/baked-lightmaps.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/batching_static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/batching_static.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/create-shadervariant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/create-shadervariant.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/create_sprite_atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/create_sprite_atlas.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/dpi_factor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/dpi_factor.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/dynamic_batching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/dynamic_batching.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/enable_instancing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/enable_instancing.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/enable_srp_batcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/enable_srp_batcher.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/fake-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/fake-shadow.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/fixed_dpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/fixed_dpi.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/generate-lighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/generate-lighting.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/light-component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/light-component.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/light-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/light-mixed.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/lightmap-resolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/lightmap-resolution.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/lightmapping-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/lightmapping-settings.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/lod-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/lod-group.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/lut-texture-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/lut-texture-1024.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/mesh-castshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/mesh-castshadow.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/new-lighting-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/new-lighting-settings.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/object-static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/object-static.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/occlusion_static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/occlusion_static.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/occlusion_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/occlusion_window.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/overdraw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/overdraw.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/preloaded-shaders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/preloaded-shaders.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/quality-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/quality-shadow.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/shadervariant-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/shadervariant-inspector.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/shadow-distance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/shadow-distance.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/srp_batcher_compatible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/srp_batcher_compatible.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/static_batching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/static_batching.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/streaming-mip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/streaming-mip.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_graphics/texture-streaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_graphics/texture-streaming.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_physics/physics_debugger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_physics/physics_debugger.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_physics/profiler_physics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_physics/profiler_physics.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_physics/projectsetting_sleep_threshold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_physics/projectsetting_sleep_threshold.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_player_settings/compiler_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_player_settings/compiler_configuration.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_player_settings/scripting_backend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_player_settings/scripting_backend.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_script_csharp/linq_vs_pure_benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_script_csharp/linq_vs_pure_benchmark.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_script_unity/burst_inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_script_unity/burst_inspector.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_script_unity/practice_script_unity_define.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_script_unity/practice_script_unity_define.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_third_party/dotween_inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_third_party/dotween_inspector.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_third_party/dotween_inspector_game_object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_third_party/dotween_inspector_game_object.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_third_party/unitask_tracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_third_party/unitask_tracker.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_ui/canvas_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_ui/canvas_disable.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_ui/canvas_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_ui/canvas_group.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_ui/layout_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_ui/layout_group.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_ui/none_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_ui/none_image.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_ui/raycast_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_ui/raycast_target.png -------------------------------------------------------------------------------- /articles/images_en/tuning_practice_ui/unity_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_practice_ui/unity_white.png -------------------------------------------------------------------------------- /articles/images_en/tuning_start/degration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_start/degration.png -------------------------------------------------------------------------------- /articles/images_en/tuning_start/memory_crash_ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_start/memory_crash_ios.png -------------------------------------------------------------------------------- /articles/images_en/tuning_start/performance_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_start/performance_stats.png -------------------------------------------------------------------------------- /articles/images_en/tuning_start/process_heavy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_start/process_heavy.png -------------------------------------------------------------------------------- /articles/images_en/tuning_start/profiler_memory_other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_start/profiler_memory_other.png -------------------------------------------------------------------------------- /articles/images_en/tuning_start/profiler_memory_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_start/profiler_memory_simple.png -------------------------------------------------------------------------------- /articles/images_en/tuning_start/tuning_basic_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_start/tuning_basic_flow.png -------------------------------------------------------------------------------- /articles/images_en/tuning_start/xcode_debug_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_en/tuning_start/xcode_debug_memory.png -------------------------------------------------------------------------------- /articles/images_jp/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/.gitkeep -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_animation_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_animation_01.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_animation_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_animation_02.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_animation_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_animation_03.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_bit_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_bit_01.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_bit_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_bit_02.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_bit_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_bit_03.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_compression_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_compression_01.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_mesh_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_mesh_01.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_mesh_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_mesh_02.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_mesh_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_mesh_03.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_texture_01.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_asset_data_texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_asset_data_texture_02.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_assetbundle_dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_assetbundle_dependency.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_assetbundle_leak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_assetbundle_leak.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_cpu_cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_cpu_cache.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_cpu_gpu_difference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_cpu_gpu_difference.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_cpu_multicore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_cpu_multicore.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_cpu_pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_cpu_pipeline.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_cpu_pipeline_stall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_cpu_pipeline_stall.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_csharp_il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_csharp_il.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_far_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_far_storage.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_fragmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_fragmentation.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_gpu_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_gpu_memory.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_hardware_soc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_hardware_soc.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_monobehaviour_flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_monobehaviour_flowchart.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_order_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_order_graph.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_render_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_render_thread.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_stack.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_stack_heap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_stack_heap.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_thread.png -------------------------------------------------------------------------------- /articles/images_jp/basic/basic_unity_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/basic_unity_memory.png -------------------------------------------------------------------------------- /articles/images_jp/basic/graphics_overdraw_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/graphics_overdraw_01.png -------------------------------------------------------------------------------- /articles/images_jp/basic/graphics_overdraw_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/graphics_overdraw_02.png -------------------------------------------------------------------------------- /articles/images_jp/basic/graphics_overdraw_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/graphics_overdraw_03.png -------------------------------------------------------------------------------- /articles/images_jp/basic/graphics_pipeline_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/graphics_pipeline_01.png -------------------------------------------------------------------------------- /articles/images_jp/basic/graphics_pipeline_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/basic/graphics_pipeline_02.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_1.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_10.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_11.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_12.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_2.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_3.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_4.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_5.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_6.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_7.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_8.png -------------------------------------------------------------------------------- /articles/images_jp/chapter_title/chapter_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/chapter_title/chapter_9.png -------------------------------------------------------------------------------- /articles/images_jp/cover/pdf/tuning_bible_cover_color.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/cover/pdf/tuning_bible_cover_color.pdf -------------------------------------------------------------------------------- /articles/images_jp/cover/pdf/tuning_bible_cover_monochrome.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/cover/pdf/tuning_bible_cover_monochrome.pdf -------------------------------------------------------------------------------- /articles/images_jp/cover/tuning_bible_cover_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/cover/tuning_bible_cover_back.png -------------------------------------------------------------------------------- /articles/images_jp/cover/tuning_bible_cover_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/cover/tuning_bible_cover_color.png -------------------------------------------------------------------------------- /articles/images_jp/cover/tuning_bible_cover_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/cover/tuning_bible_cover_monochrome.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/android_studio_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/android_studio_export.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/android_studio_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/android_studio_tool_bar.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/connect_profiler_by_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/connect_profiler_by_iphone.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/frame_debugger_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/frame_debugger_enable.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/heap_explorer_capture_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/heap_explorer_capture_top.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/heap_explorer_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/heap_explorer_target.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/instruments_recording_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/instruments_recording_options.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/memory_profiler_detail_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/memory_profiler_detail_selection.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/memory_profiler_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/memory_profiler_tool_bar.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/profile_analyzer_comapre_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/profile_analyzer_comapre_marker.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/profile_analyzer_top_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/profile_analyzer_top_view.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/profiler_base_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/profiler_base_img.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/render_doc_event_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/render_doc_event_browser.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/render_doc_launch_application_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/render_doc_launch_application_tab.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/render_doc_shader_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/render_doc_shader_code.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/timeline_profiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/timeline_profiler.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/timeline_sampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/timeline_sampler.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/xcode_debug_view_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/xcode_debug_view_tab.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/xcode_frame_debugger_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/xcode_frame_debugger_api.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/xcode_frame_debugger_capture_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/xcode_frame_debugger_capture_icon.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/References/xcode_frame_debugger_gpu_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/References/xcode_frame_debugger_gpu_enable.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_cpu_thread_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_cpu_thread_select.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_export.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_memory.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_memory_heap_dump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_memory_heap_dump.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_memory_record_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_memory_record_options.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_profile.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_profiler_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_profiler_attach.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_profiler_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_profiler_menu.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_record_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_record_button.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_sampling_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_sampling_result.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/android_studio_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/android_studio_tool_bar.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/box_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/box_plot.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/connect_profiler_by_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/connect_profiler_by_iphone.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/development_build_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/development_build_setting.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/enable_preview_package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/enable_preview_package.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/frame_debugger_connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/frame_debugger_connect.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/frame_debugger_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/frame_debugger_enable.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/frame_debugger_header_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/frame_debugger_header_tool.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/frame_debugger_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/frame_debugger_preview.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/frame_debugger_shader_property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/frame_debugger_shader_property.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/frame_debugger_shader_syntax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/frame_debugger_shader_syntax.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_capture_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_capture_top.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_header.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_objects_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_objects_view.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_path_to_root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_path_to_root.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_reference_explain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_reference_explain.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_referenced_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_referenced_by.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_references_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_references_to.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_target.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/heap_explorer_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/heap_explorer_top.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/histogram.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_allocations_call_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_allocations_call_tree.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_allocations_generations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_allocations_generations.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_allocations_mark_generation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_allocations_mark_generation.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_allocations_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_allocations_view.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_allocations_view_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_allocations_view_type.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_call_tress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_call_tress.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_menu.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_recodring_options_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_recodring_options_diff.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_recording_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_recording_options.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/instruments_time_profile_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/instruments_time_profile_result.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/insturments_record_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/insturments_record_start.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/mean_median.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/mean_median.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_add_package_2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_add_package_2021.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_compare_snaphost_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_compare_snaphost_overview.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_detail_references.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_detail_references.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_detail_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_detail_selection.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_fragmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_fragmentation.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_install.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_memory_break_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_memory_break_down.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_objects_allocations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_objects_allocations.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_snapshot_panel_compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_snapshot_panel_compare.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_snapshot_panel_single.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_snapshot_panel_single.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_tool_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_tool_bar.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_top.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_tree_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_tree_map.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_tree_map_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_tree_map_table.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_tree_map_table_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_tree_map_table_group.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_tree_map_table_option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_tree_map_table_option.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/memory_profiler_usage_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/memory_profiler_usage_overview.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_comapre_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_comapre_marker.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_compare_frame_segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_compare_frame_segment.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_filter.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_frame_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_frame_summary.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_install.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_marker_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_marker_detail.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_marker_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_marker_summary.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_median_top10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_median_top10.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_thread_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_thread_summary.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_analyzer_top_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_analyzer_top_view.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_anlyzer_frame_segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_anlyzer_frame_segment.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_hierarchy.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_memory_2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_memory_2021.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profile_raw_hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profile_raw_hierarchy.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_cpu_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_cpu_usage.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_hieracrhy_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_hieracrhy_thread.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_hierarchy_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_hierarchy_view.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_memory.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_memory_detailed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_memory_detailed.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_memory_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_memory_simple.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_module_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_module_list.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_modules.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_often_use_command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_often_use_command.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/profiler_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/profiler_timeline.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_capture_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_capture_menu.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_connection.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_event_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_event_browser.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_launch_application_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_launch_application_select.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_launch_application_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_launch_application_tab.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_mesh_view_in_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_mesh_view_in_out.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_mesh_viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_mesh_viewer.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_pipeline_state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_pipeline_state.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_pipeline_state_fragment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_pipeline_state_fragment.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_pipeline_state_framebuffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_pipeline_state_framebuffer.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_shader_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_shader_code.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_timeline.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_top.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/render_doc_window_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/render_doc_window_tab.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/sampler_display_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/sampler_display_example.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/texture_viewer_input_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/texture_viewer_input_output.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/texture_viewer_pixel_context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/texture_viewer_pixel_context.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/texture_viewer_pixel_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/texture_viewer_pixel_history.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/texture_viewer_toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/texture_viewer_toolbar.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_debug_navi_cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_debug_navi_cpu.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_debug_navi_disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_debug_navi_disk.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_debug_navi_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_debug_navi_energy.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_debug_navi_fps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_debug_navi_fps.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_debug_navi_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_debug_navi_memory.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_debug_navi_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_debug_navi_network.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_debug_navi_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_debug_navi_tab.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_debugger_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_debugger_attach.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debuggeer_command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debuggeer_command.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_api.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_capture_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_capture_icon.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_dependency.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_dependency_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_dependency_open.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_geometry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_geometry.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_gpu_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_gpu_enable.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_memory.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_navigator_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_navigator_area.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_navigator_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_navigator_profile.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_navigator_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_navigator_view.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_pipeline_state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_pipeline_state.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_scheme.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_summary.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_frame_debugger_view_frame_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_frame_debugger_view_frame_diff.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_memory_graph_backtrace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_memory_graph_backtrace.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_memory_graph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_memory_graph_icon.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_memory_graph_malloc_stack_logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_memory_graph_malloc_stack_logging.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_memory_graph_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_memory_graph_top.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_run.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_time_profiler_il2cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_time_profiler_il2cpp.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xcode_vmmap_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xcode_vmmap_summary.png -------------------------------------------------------------------------------- /articles/images_jp/profile_tool/xocde_frame_debugger_counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/profile_tool/xocde_frame_debugger_counter.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/aniso_level_compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/aniso_level_compare.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_animation_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_animation_error.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_animation_influence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_animation_influence.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_animator_cull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_animator_cull.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_audio_force_to_mono.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_audio_force_to_mono.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_audio_load_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_audio_load_type.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_emit_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_emit_count.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_key_frame_reduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_key_frame_reduction.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_max_particles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_max_particles.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_mesh_compression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_mesh_compression.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_mesh_inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_mesh_inspector.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_noise.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_noise_quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_noise_quality.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_optimize_mesh_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_optimize_mesh_data.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/practice_asset_subemitters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/practice_asset_subemitters.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/project_settings_aniso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/project_settings_aniso.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_asset/texture_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_asset/texture_settings.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/2d_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/2d_sprite.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/atlas_packing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/atlas_packing.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/baked-lightmaps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/baked-lightmaps.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/batching_static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/batching_static.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/create-shadervariant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/create-shadervariant.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/create_sprite_atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/create_sprite_atlas.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/dpi_factor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/dpi_factor.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/dynamic_batching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/dynamic_batching.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/enable_instancing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/enable_instancing.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/enable_srp_batcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/enable_srp_batcher.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/fake-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/fake-shadow.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/fixed_dpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/fixed_dpi.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/generate-lighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/generate-lighting.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/light-component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/light-component.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/light-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/light-mixed.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/lightmap-resolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/lightmap-resolution.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/lightmapping-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/lightmapping-settings.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/lod-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/lod-group.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/lut-texture-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/lut-texture-1024.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/mesh-castshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/mesh-castshadow.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/new-lighting-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/new-lighting-settings.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/object-static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/object-static.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/occlusion_static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/occlusion_static.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/occlusion_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/occlusion_window.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/overdraw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/overdraw.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/preloaded-shaders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/preloaded-shaders.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/quality-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/quality-shadow.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/shadervariant-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/shadervariant-inspector.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/shadow-distance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/shadow-distance.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/srp_batcher_compatible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/srp_batcher_compatible.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/static_batching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/static_batching.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/streaming-mip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/streaming-mip.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_graphics/texture-streaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_graphics/texture-streaming.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_physics/physics_debugger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_physics/physics_debugger.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_physics/profiler_physics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_physics/profiler_physics.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_physics/projectsetting_sleep_threshold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_physics/projectsetting_sleep_threshold.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_player_settings/compiler_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_player_settings/compiler_configuration.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_player_settings/scripting_backend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_player_settings/scripting_backend.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_script_csharp/linq_vs_pure_benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_script_csharp/linq_vs_pure_benchmark.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_script_unity/burst_inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_script_unity/burst_inspector.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_script_unity/practice_script_unity_define.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_script_unity/practice_script_unity_define.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_third_party/dotween_inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_third_party/dotween_inspector.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_third_party/unitask_tracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_third_party/unitask_tracker.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_ui/canvas_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_ui/canvas_disable.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_ui/canvas_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_ui/canvas_group.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_ui/layout_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_ui/layout_group.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_ui/none_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_ui/none_image.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_ui/raycast_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_ui/raycast_target.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_practice_ui/unity_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_practice_ui/unity_white.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_start/degration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_start/degration.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_start/memory_crash_ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_start/memory_crash_ios.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_start/performance_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_start/performance_stats.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_start/process_heavy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_start/process_heavy.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_start/profiler_memory_other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_start/profiler_memory_other.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_start/profiler_memory_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_start/profiler_memory_simple.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_start/tuning_basic_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_start/tuning_basic_flow.png -------------------------------------------------------------------------------- /articles/images_jp/tuning_start/xcode_debug_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberAgentGameEntertainment/UnityPerformanceTuningBible/19afaebe38f761b78eaeb0391f03103d465925bf/articles/images_jp/tuning_start/xcode_debug_memory.png -------------------------------------------------------------------------------- /articles/locale.yml: -------------------------------------------------------------------------------- 1 | locale: ja 2 | column_head: ■コラム 3 | columnname: コラム 4 | memo_head: ■メモ 5 | image: 図 6 | table: 表 7 | list: リスト 8 | -------------------------------------------------------------------------------- /articles/prh.yml: -------------------------------------------------------------------------------- 1 | # https://gist.github.com/inao/f55e8232e150aee918b9 2 | # from WEB+DB PRESS 3 | # 対応は不完全(途中で飽きた) 一部手心を加えている 4 | version: 1 5 | 6 | imports: 7 | # 気合で移行した気持ちになった 8 | - ../prh-rules/media/techbooster.yml 9 | -------------------------------------------------------------------------------- /articles/title-epub.tex: -------------------------------------------------------------------------------- 1 | % タイトル画像 2 | \begin{titlepage} 3 | \includefullpagegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{/book/articles/images/cover/tuning_bible_cover_monochrome.png} 4 | \end{titlepage}\clearpage 5 | -------------------------------------------------------------------------------- /prh-rules/README.md: -------------------------------------------------------------------------------- 1 | # A collection of prh rules [![CircleCI](https://circleci.com/gh/prh/rules.svg?style=svg)](https://circleci.com/gh/prh/rules) 2 | 3 | [in japanese](https://github.com/prh/rules/blob/master/README.ja.md) 4 | -------------------------------------------------------------------------------- /prh-rules/languages/ja/typo.yml: -------------------------------------------------------------------------------- 1 | # Rules for Japanese typo 2 | meta: 3 | reviewer: 4 | - vvakame 5 | - mhidaka 6 | rules: https://github.com/prh/rules 7 | 8 | version: 1 9 | rules: 10 | - expected: なるほど 11 | pattern: なほるど 12 | -------------------------------------------------------------------------------- /rebuild-css.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | npm install --no-save node-sass 3 | $(npm bin)/node-sass ./articles/ --output ./articles/ 4 | -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -eux 4 | 5 | # 真にクリーンビルドを有効にする場合は下記を有効に 6 | #rm -rf node_modules 7 | 8 | # --unsafe-perm はrootでの実行時(= docker環境)で必要 非root時の挙動に影響なし 9 | npm install --unsafe-perm 10 | -------------------------------------------------------------------------------- /translation/poetry.toml: -------------------------------------------------------------------------------- 1 | [virtualenvs] 2 | in-project = true 3 | --------------------------------------------------------------------------------