Unity Moba complete

Page 27 of 30 FirstFirst ... 17192021222324252627282930 LastLast
Results 391 to 405 of 447
  1. #391
    Account Upgraded | Title Enabled! karl7 is offline
    MemberRank
    Oct 2010 Join Date
    267Posts

    Re: Unity Moba complete

    You will need to modify both client and server source do to the 5v5 its a lot of work tho its really possible. the source is really a good one. working even on latest 2018.3 unity with modifications and fixes needed of course

  2. #392
    Enthusiast Karim1979 is offline
    MemberRank
    Jul 2016 Join Date
    35Posts

    Re: Unity Moba complete

    Hi All,

    This is the version we work on.



    Regards,

  3. #393
    Member oxlovemana is offline
    MemberRank
    Sep 2014 Join Date
    80Posts

    Re: Unity Moba complete

    Anyone who has this server file can share it with me, please

  4. #394
    Apprentice EimyFabiolacr is offline
    MemberRank
    Feb 2019 Join Date
    11Posts

    Re: Unity Moba complete

    i have a server file

  5. #395
    Apprentice darkrispy is offline
    MemberRank
    Mar 2016 Join Date
    11Posts

    Re: [Release]Unity Moba complete

    Its work, but login process wrong, working but not save.

  6. #396
    Apprentice EimyFabiolacr is offline
    MemberRank
    Feb 2019 Join Date
    11Posts

    Re: [Release]Unity Moba complete

    Quote Originally Posted by darkrispy View Post
    Its work, but login process wrong, working but not save.
    I am working one proyect i have all UI and working in model with zbrush

  7. #397
    Apprentice samyvegas is offline
    MemberRank
    Jun 2019 Join Date
    5Posts

    Re: Unity Moba complete

    can someone post here instruduction in which files w need to change the local 127.0.0.1 IP to the Static Puplic ip?

  8. #398
    Apprentice Majkel is offline
    MemberRank
    Oct 2014 Join Date
    22Posts

    Re: [Release]Unity Moba complete

    Can i contact you somwhere? discord or something

  9. #399
    Member DevCrypto is offline
    MemberRank
    Nov 2015 Join Date
    127.0.0.1Location
    90Posts

    Re: Unity Moba complete

    Quote Originally Posted by geralex88 View Post
    Use Unity ver.4.6
    If you plan to use the latest version, then you need to rewrite the script to use standard effects from the base asset.

    or add:
    Assets\Standard assets\Image Effects (Pro Only)\GrayscaleEffect.cs


    Code:
    using UnityEngine;

    [ExecuteInEditMode]
    [AddComponentMenu("Image Effects/Color Adjustments/Grayscale")]
    public class GrayscaleEffect : ImageEffectBase {
    public Texture textureRamp;
    public float rampOffset;
    public float texFactor;

    // Called by camera to apply image effect
    void OnRenderImage (RenderTexture source, RenderTexture destination) {
    material.SetTexture("_RampTex", textureRamp);
    material.SetFloat("_RampOffset", rampOffset);
    material.SetFloat("_WeightFactor", texFactor);
    Graphics.Blit (source, destination, material);
    }
    }

  10. #400
    Enthusiast Bruno Martins is offline
    MemberRank
    Sep 2014 Join Date
    45Posts

    Re: Unity Moba complete

    Anyone know how to fix this error:

    UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retriesOnFailure) UnityEditor.HostView:OnGUI()

    it appears when i try to build android app

  11. #401
    Enthusiast Bruno Martins is offline
    MemberRank
    Sep 2014 Join Date
    45Posts

    Re: Unity Moba complete

    Wich version of Android SDK tool i should use cause i got error everytime i try to build i dont know what is the version to choose

  12. #402
    Apprentice Maufeat is offline
    MemberRank
    Sep 2019 Join Date
    13Posts

    Re: Unity Moba complete

    Quote Originally Posted by Bruno Martins View Post
    Wich version of Android SDK tool i should use cause i got error everytime i try to build i dont know what is the version to choose
    Reinstall Unity, iirc it asks and automatically installs Android SDK if you select Android Build Tools

  13. #403
    Enthusiast Bruno Martins is offline
    MemberRank
    Sep 2014 Join Date
    45Posts

    Re: Unity Moba complete

    Ok so i also uninstall android sdk?

    - - - Updated - - -

    Quote Originally Posted by Maufeat View Post
    Reinstall Unity, iirc it asks and automatically installs Android SDK if you select Android Build Tools
    Ok so i also uninstall android sdk?

  14. #404
    Enthusiast Bruno Martins is offline
    MemberRank
    Sep 2014 Join Date
    45Posts

    Re: Unity Moba complete

    please i have this error
    https://imgur.com/xJOVawS

    and i installed the lasted jdk version and now get this error

    commandInvokationFailure: Failed to recompile android resource files.
    C:/Program Files/Java/jdk-13.0.1\bin\javac.exe -bootclasspath "C:/Users/Savate/AppData/Local/Android/sdk\platforms\android-23\android.jar" -d "C:\Users\Savate\Desktop\Client\Temp\StagingArea\bin\classes" -source 1.6 -target 1.6 -encoding UTF-8 ".resources\R.java" "com\uc\blzhyz\R.java"

    stderr[
    error: Source option 6 is no longer supported. Use 7 or later.
    error: Target option 6 is no longer supported. Use 7 or later.
    ]
    stdout[

    ]
    exit code: 2
    UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
    UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retriesOnFailure)
    UnityEditor.HostView:OnGUI()
    Last edited by Bruno Martins; 24-12-19 at 06:35 PM.

  15. #405
    Account Upgraded | Title Enabled! geralex88 is offline
    MemberRank
    Jan 2010 Join Date
    206Posts

    Re: Unity Moba complete

    Quote Originally Posted by Bruno Martins View Post
    please i have this error
    https://imgur.com/xJOVawS

    and i installed the lasted jdk version and now get this error

    commandInvokationFailure: Failed to recompile android resource files.
    C:/Program Files/Java/jdk-13.0.1\bin\javac.exe -bootclasspath "C:/Users/Savate/AppData/Local/Android/sdk\platforms\android-23\android.jar" -d "C:\Users\Savate\Desktop\Client\Temp\StagingArea\bin\classes" -source 1.6 -target 1.6 -encoding UTF-8 ".resources\R.java" "com\uc\blzhyz\R.java"

    stderr[
    error: Source option 6 is no longer supported. Use 7 or later.
    error: Target option 6 is no longer supported. Use 7 or later.
    ]
    stdout[

    ]
    exit code: 2
    UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
    UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retriesOnFailure)
    UnityEditor.HostView:OnGUI()

    error: Source option 6 is no longer supported. Use 7 or later.
    error: Target option 6 is no longer supported. Use 7 or later.

    It seems that the error speaks for itself =)



Advertisement