<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wannabe-jellyfish</author_name>
  <author_url>https://blog.hatena.ne.jp/wannabe-jellyfish/</author_url>
  <blog_title>くらげになりたい。</blog_title>
  <blog_url>https://memory-lovers.blog/</blog_url>
  <categories>
    <anon>Unity</anon>
    <anon>C#</anon>
  </categories>
  <description>UnityでCSVファイルを読み込む必要があったので、その際の備忘録。 こんな感じ ほぼ、tt-coderさんの記事を流用。素晴らしい記事。 qiita.com 最終的には、区切り文字とかも変更できるようにしてみた。 using System.IO; using System.Collections.Generic; using UnityEngine; public class CsvReader { //区切り文字 public char delim = '\t'; public List&lt;string[]&gt; ReadFile(string filepath) { // Assets/Re…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmemory-lovers.blog%2Fentry%2F2017%2F03%2F04%2F215206&quot; title=&quot;UnityでCSVファイルを読み込む便利クラス(CsvReader) - くらげになりたい。&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-03-04 21:52:06</published>
  <title>UnityでCSVファイルを読み込む便利クラス(CsvReader)</title>
  <type>rich</type>
  <url>https://memory-lovers.blog/entry/2017/03/04/215206</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
