Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON.net Assemblies file appears to be missing #2

Open
jyearley opened this issue Sep 24, 2021 · 11 comments
Open

JSON.net Assemblies file appears to be missing #2

jyearley opened this issue Sep 24, 2021 · 11 comments

Comments

@jyearley
Copy link

The Readme mentions that an asset package had been included (and a "JSON.Net Assemblies" file) in the project to extract the needed JSON.net version, though that file appears to not be included.

Realize that this repo has moved into the ADL account, though that repo doesn't have an "Issues" tab on it, and it didn't appear to have the asset package or file either.

@Giantbean
Copy link

Still no "JSON.Net Assemblies" file here or in the forked ADL account with no issue tracker. Please advise.

@vbhayden
Copy link
Owner

Misread the issue initially and assumed it was talking about an asmdef, checking now for where the unity package ended up.

@vbhayden
Copy link
Owner

@jyearley thanks for bringing this up, sorry for the delay + misread
@Giantbean thanks for the bump

Should be fixed in with #3

@Giantbean
Copy link

Giantbean commented Apr 12, 2022

Thank you this now gives errors

Assets\Unity-xAPI-Wrapper-master\Editor\ConfigObjectInspector.cs(35,29): error CS1501: No overload for method 'Space' takes 1 arguments

This pops up 4 times in the ConfigObjectInspector.cs

Edit:
GUILayout.Space(20); will add 20 pixels but for EditorGUILayout.Space(); the pixels should be predefined. Will removing the "Editor" be an issue here?

Edit 2:
Tested removing the "Editor" or the "20" form EditorGUILayout.Space(20); and I have many missing Mono Behaviors in the Buttons Demo either way?

@vbhayden
Copy link
Owner

Looks like there were a few issues with the .meta files, I'll look at this after work.

@Giantbean
Copy link

Giantbean commented Apr 13, 2022

Did you get the meta files sorted out? Should I open a new issue for these compile errors and broken meta data?

vbhayden added a commit that referenced this issue Apr 18, 2022
@vbhayden
Copy link
Owner

Afternoon guys,

The example and whatnot should all be resolved + merged now. Last week ended up being a bit longer than expected, so I didn't have much mental bandwidth during off-hours.

For the example, I checked and things seem to be working fine now -- even with newer versions of Unity apparently importing Newtonsoft's JSON library automatically.

Let me know if anything else seems odd.

@Giantbean
Copy link

I'm still getting Assets\Unity-xAPI-Wrapper-master\Editor\ConfigObjectInspector.cs(35,29): error CS1501: No overload for method 'Space' takes 1 arguments in older versions of Unity but not in a 2020 version. Any suggestion for use with Unity 2018 to add xAPI to an old project?

@vbhayden
Copy link
Owner

Whoops forgot that the Space thing was an issue, should be fixed now

c210e07

@Giantbean
Copy link

I had to rebuild the buttons in 2018 but I Got it working! Thank you so much! I would say the issue can be closed.

@jyearley
Copy link
Author

jyearley commented Oct 18, 2023

Hey there! Would you be able to merge this project with the ADL project? [https://github.com/adlnet/Unity-xAPI-Wrapper] That is the project that I refer others to when sharing with others interested in xAPI reporting to an LRS and using Unity. As it's the one that's the most straightforward, and a part of ADL. And it reads "This branch is 5 commits behind vbhayden:master."

Thank you for reading, keeping the project updated, and understanding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants