scenario-labs / Scenario-Unity

The Scenario Unity Plugin allows you to live the Scenario experience directly into Unity
https://www.scenario.com
71 stars 5 forks source link

Missing Newtonsoft JSON #100

Closed Morgan-6Freedom closed 10 months ago

Morgan-6Freedom commented 10 months ago

Describe the bug When importing Scenario-Unity-0.2.3 in a blank Unity Project, I have an error

To Reproduce Steps to reproduce the behavior:

  1. Create a Unity 2022.3.3 new 3D Core Project
  2. Download Scenario 0.2.3 from the release page of this github
  3. Extract Scenario folder into Assets folder
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Desktop (please complete the following information):

Additional context Fixed it by importing newtonsoft JSON :

com.unity.nuget.newtonsoft-json

image

I think the solution is to update the documentation to explain people we should import this dependency first.

mrbusysky commented 10 months ago

Yeah, we are on version 0.3.0 the install method will be changing. It's now a one click install file. It should be updated in a few days I am guessing once all the team is around. 0.2.3 was supposed to be a one click install file or if someone was updating from a previous version it was just drag and drop.

Morgan-6Freedom commented 10 months ago

What do you mean it's a one click install file ? The procedure to install the plugin is still to drag & drop the repo inside a Unity Project : image

Do we need to update the documentation ?

Morgan-6Freedom commented 10 months ago

To be closed it needs :