JimmyCushnie / FancyTextRendering

Render markdown & clickable links with TextMeshPro in Unity.
Do What The F*ck You Want To Public License
227 stars 25 forks source link

Having Isuses adding this package into existing Unity project #18

Open tahmidrafi opened 1 year ago

tahmidrafi commented 1 year ago

I am trying to import this package in my existing project. I did Window -> Package Manager -> Add Package from git URL. Unity console says,

[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com/JimmyCushnie/FancyTextRendering.git]:
  [https://github.com/JimmyCushnie/FancyTextRendering.git] does not point to a valid package. No package manifest was found. [NotFound].
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

and

[Package Manager Window] Error adding package: https://github.com/JimmyCushnie/FancyTextRendering.git.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

What am I doing wrong?

NemesisTWarlock commented 11 months ago

Pretty sure this project doesn't support that, though I could be wrong.

Best bet is to install NaughtyAttributes and JimmysUnityUtilities seperately, download the project as a zip file, and unzip the /Assets/FancyTextRendering folder into your existing project.