Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by AskeDK · Jan 26, 2016 at 06:24 PM · builds

How to deal with antivirus blocking your build for end users?

Have looked around and haven't found a good answer. Currently I'm only building for PC, later all bigger platforms. The game is a multiplayer first person shooter and uses Photon for the multiplayer feature.

When end-users tries to run my game some antivirus software blocks it, some even without notifying. What can I do to avoid this or limit it.

  • I'm not sure an installer fixes it for enough users, do you know? (Would use Inno Setup)

  • I could manually write an ask all the antivirus software products to whitelist my game. But this is very time consuming and especially since it's in beta. Also how could I possibly reach all AVs!?

  • I could pay for a certificate, but I've found very diverse oppinions about their effect (http://stackoverflow.com/questions/14375340/my-programs-are-blocked-by-avast-anti-virus )

How do you guys tackle this issue?

Comment
Add comment · Show 4
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image JedBeryll · Jan 26, 2016 at 07:31 PM 1
Share

I've seen major companies' games blocked by antivirus. I don't think there's much you can do, other than ask your customers to manually whitelist your game. This is just an opinion though, i would also like to see if there's anything i can do about this.

avatar image AskeDK JedBeryll · Jan 29, 2016 at 02:04 PM 0
Share

thanks. Hopefully this will show solely to be due to the multiplayer functionality. I'll ask in the Photon community as well. They might have some insights. I'll post a link to it here.

avatar image Teravisor · Jan 26, 2016 at 08:50 PM 1
Share

You can try telling antivirus' companies about false positive. Not sure it'll help. Also you can use something like VirusTotal to find out which antiviruses find which virus in your app.

avatar image AskeDK Teravisor · Jan 29, 2016 at 02:04 PM 0
Share

Thanks VirusTotal seems like a great tool :)

6 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by AskeDK · Jan 31, 2016 at 02:46 PM

@JedBeryll and others. I have also asked in the Photon forum since it might be related to their feature. See it here: http://forum.photonengine.com/discussion/7264/how-to-deal-with-antivirus-blocking-your-build-for-end-users?new=1

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Riderfan · Jan 27, 2016 at 05:48 AM

I ran into this problem a couple of years ago with a non-unity project I was working on. The process may have changed during that time, but I really found that the AV manufactures (at least the big ones) made it very difficult to get white listed. They just have too many hoops to jump through and unless your company name starts with the words Apple or Microsoft, they're not going to bother.

The most effective way I found (based on my project) is to simply include instructions on the game's FAQ page on your website. Cover the 3 or 4 big AV packages (McAfee, Norton, AVG, AVAST) and you've probably solved 90% of the problem. If you have a forum for the game, make that topic a sticky.

A good portion of the PC game comunity is pretty computer savy and they'll figure it out, then let them help out the ones that are having trouble via your forums.

Not a software solution I know, but it's what I have found works.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image AskeDK · Jan 29, 2016 at 02:07 PM 0
Share

Thanks :) I've heard of other small publishers who've had luck with getting their games whitelisted, maybe AVs policies have changed since. I'll do the FAQ as well that's for sure. $$anonymous$$y problem is though that it's an educational game and the target group are school children, especially those with ADHD and the like. Their patience can be limited.

avatar image
0

Answer by DroidifyDevs · Jan 31, 2016 at 04:02 PM

I have same issue with Avast blocking my app on Android... wrote to them about it and waiting... sick of this BS.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by WarpZone · Sep 26, 2017 at 03:59 PM

Using an older/different version of Unity may help, though I realize it's a pain to update your project to a new version, and you'll have to rebuild everything from scratch to port it to an older version. Details and partial list of Unity Versions in this forum post.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by nancygen · Oct 12, 2018 at 09:45 AM

Hello , friend, Install, update and use anti-virus software, Keep Windows up to date,Turn on the Windows firewall, If you are facing any issue regarding with virus and malware, you can take help from kaspersky support number,https://kasperskysupportnumber.co.uk/ , for more information you can visit this site.
thanks good luck!!

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image EvalDaemon · Nov 20, 2018 at 09:32 PM 0
Share

There is no way in hell I would ever use kasperspy

  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

11 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Send hero to attack builds (js) 0 Answers

Don't manage to build for windows UWP 0 Answers

Errors with webgl build attempts after first try 0 Answers

Android Build has issues 1 Answer

Crash During Builds + Recommended Size of Resources Folder 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges