Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vlc-unity
Manage
Activity
Members
Labels
Plan
Issues
45
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
vlc-unity
Merge requests
!91
preparing iOS release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
preparing iOS release
mfkl/vlc-unity:ios-release
into
master
Overview
0
Commits
18
Pipelines
11
Changes
6
Merged
Martin Finkel
requested to merge
mfkl/vlc-unity:ios-release
into
master
1 year ago
Overview
0
Commits
18
Pipelines
11
Changes
2
Expand
0
0
Merge request reports
Compare
version 2
version 10
dfc11740
1 year ago
version 9
67b25400
1 year ago
version 8
0cfec9ca
1 year ago
version 7
02d3324f
1 year ago
version 6
77e51053
1 year ago
version 5
18912cc1
1 year ago
version 4
cc6e57db
1 year ago
version 3
db1de93a
1 year ago
version 2
d738417f
1 year ago
version 1
b5d5b808
1 year ago
master (base)
and
version 3
latest version
e261fb8c
18 commits,
1 year ago
version 10
dfc11740
18 commits,
1 year ago
version 9
67b25400
16 commits,
1 year ago
version 8
0cfec9ca
15 commits,
1 year ago
version 7
02d3324f
14 commits,
1 year ago
version 6
77e51053
13 commits,
1 year ago
version 5
18912cc1
12 commits,
1 year ago
version 4
cc6e57db
8 commits,
1 year ago
version 3
db1de93a
7 commits,
1 year ago
version 2
d738417f
6 commits,
1 year ago
version 1
b5d5b808
5 commits,
1 year ago
Show latest version
2 files
+
16
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Assets/VLCUnity/documentation.txt
+
6
−
1
Options
@@ -49,9 +49,14 @@ For the Unity UWP target, we support:
If you need 32 bit versions, feel free to email us with information regarding your use case at unity@videolabs.io
In the publisher manifest, make sure the 'InternetClient' capability is enabled so that VLC can access remote streams.
## iOS
For the initial release, only ARM64 device builds are provided. Simulator support is not yet included.
It is possible to test things via the Editor on macOS beforehand though, on both Apple Silicon and Apple Intel macOS.
## General
The scenes are located in `Assets/VLCUnity/Demos/Scenes` and provide a way to get started quickly.
Loading