Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

BurnyDev assets talk

Discussion in 'Assets and Asset Store' started by bbbDev, Oct 1, 2020.

  1. bbbDev

    bbbDev

    Joined:
    Jan 20, 2014
    Posts:
    9
  2. Randolphjand

    Randolphjand

    Joined:
    Sep 23, 2017
    Posts:
    28
    New project using 2019 LTS
    Install uMMORPG
    Install UMA
    install this asset

    I get multiple errors of this type

    Assets\uMMORPG\Addons\CustomUMA\Scripts\CustomUMAPlayer.cs(147,110): error CS1061: 'Item' does not contain a definition for 'jsondata' and no accessible extension method 'jsondata' accepting a first argument of type 'Item' could be found (are you missing a using directive or an assembly reference?)
     
  3. bbbDev

    bbbDev

    Joined:
    Jan 20, 2014
    Posts:
    9
    Hi

    You must follow documentation include.

    For this error, is the Step 2 .. install additional json data and follow documentation include in the package.
    Then continue on the main documentation
     
  4. Randolphjand

    Randolphjand

    Joined:
    Sep 23, 2017
    Posts:
    28
    Sorry I did not think I should do anything when there were initial errors. It would be helpful if you put that in the install guide.
    Thank you so much for you quick reply. I was a little worried when I was the only post in this forum but you proved yourself a watchful and helpful dev.
     
  5. Randolphjand

    Randolphjand

    Joined:
    Sep 23, 2017
    Posts:
    28
    Well, i just did that but the errors are still there.
     
  6. bbbDev

    bbbDev

    Joined:
    Jan 20, 2014
    Posts:
    9
    Additional json data, have his own documentation that you must follow.
    After unpack it create a folder in the Addons folder of uMMORPG, documentation in in.

    This is core addon I include if many addons, so i have package them this way.
     
  7. Randolphjand

    Randolphjand

    Joined:
    Sep 23, 2017
    Posts:
    28
    I am going to make a new project and start from the beginning now that I know what steps I missed.
     
  8. Randolphjand

    Randolphjand

    Joined:
    Sep 23, 2017
    Posts:
    28
    I could kick myself. I was un-commenting this
    // bMMORPGAddon : UMA when I added the bits of code.
    Thanks for your help
     
  9. bbbDev

    bbbDev

    Joined:
    Jan 20, 2014
    Posts:
    9
    yw

    Thanks for using my addons (c8
     
  10. Mixxit

    Mixxit

    Joined:
    Aug 28, 2013
    Posts:
    32
    A blank project does not seem to work, it complains about

    Exception in MessageHandler: ArgumentException Object of type 'UnityEngine.Object' cannot be converted to type 'Player'.

    This seems to be around Database.cs:592

    Code (CSharp):
    1. // addon system hooks
    2. onCharacterLoad.Invoke(player);
     
  11. bbbDev

    bbbDev

    Joined:
    Jan 20, 2014
    Posts:
    9
    Which one and version?

    edited: i have see all info you send me, continue support on discord
     
    Last edited: May 22, 2021
  12. ethanajohnson12345

    ethanajohnson12345

    Joined:
    Mar 11, 2020
    Posts:
    1
  13. bbbDev

    bbbDev

    Joined:
    Jan 20, 2014
    Posts:
    9