Skip to content

unitycoder/oscp-unity-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AC Viewer Unity app for OSCP clients

This is the basic AC Viewer project for OSCP clients based on AC Viewer app from the Augmented City company.

Requirements

Unity version 2019.2.11 or higher. Before importing the package, please do the following in the project:

SDK uses ARFoundation systems, so you have to install packages (Window -> Package manager):

  • ARFoundation 2.1.4
  • ARCore XR Plugin 2.1.1
  • ARKit XR Plugin 2.1.2

Set project settings for Android and ARcore:

  • Allow 'unsafe' Code - true
  • Minimum API Level: Android 8.0
  • Target Architectures - ARM64
  • Delete VulcanAPI from Graphics API (ARCore doesn’t support).

Set project settings for iOS and ARKit:

  • Allow 'unsafe' Code - true
  • other settings standard for ARKit with Unity.

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.0%
  • ShaderLab 1.9%
  • Objective-C++ 0.1%