-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit suppor…
-
# Overview
Ivy is a new backwards-compatible Angular renderer focused on further speed improvements, size reduction, and increased flexibility.
Ivy is currently not feature complete, but can be …
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[X] Documentation issue or request
[ ] Support req…
MickL updated
5 years ago
-
### Issue Type
Bug?
### Description
I followed the installation instructions in https://midlevel.github.io/MLAPI/wiki/installation/
Few issues I encountered.
It asks to install the MLAPI-In…
-
Inside the Wiki on the Connection Approval site you are missing the "prefabId" in the returning callback statment.
Is:
```cs
private void ApprovalCheck(byte[] connectionData, uint clientId, Conne…
-
Having any NetworkVar with a typeof **string** will lead to a serious serialization error if the value is not set right-away in the constructor.
**Doing this leads to an error-**
`private Networke…
-
### Question
### Description
Hi,
I'm trying to connect my iPhone client to the server that runs on a Windows 10 machine via MLAPI. The client manages to connect to the server most of the times …
-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit s…
-
When I attempt to set a NetworkVar's value in the constructor, it sets the value correctly on server, but when a client joins and gets the value it seems to sync correctly, but it also spits this erro…
-
# Problem: ```libant-message``` needs unified API binary file
Currently, ANT app should execute separated ```require()``` calls to use ANT API.
* Example) ANT app that uses both App API and Camera…