Skip to main content
Participant
September 17, 2021
質問

windowsとmacで読込み画像のファイルパスが変わるバグについて

  • September 17, 2021
  • 返信数 1.
  • 227 ビュー

windowsのデータをmacで作業すると読み込んだ画像のパスが全て変更されてしまうのでリンクしなくなります。
数が多いのでanimateの設定で読込み画像のファイルパスを一括で変更するなどの設定はないでしょうか?

    このトピックへの返信は締め切られました。

    返信数 1

    BSB2018
    Known Participant
    September 17, 2021

    Can you try to use relative "./link/to/file.jpg" instead of static "c:/users/x/desktop/project/link/to/file/jpg" ?

    Participant
    September 17, 2021

    回答ありがとうございます!
    もともとのパスは上記と同じで特に問題ないです…
    なぜかWindowsからMacintoshで「/」が別のものに変更されるため、リンクが切れるみたいです。