Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
studentutu
/
UnityNativeScripting
Public
forked from
jacksondunstan/UnityNativeScripting
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
UnityNativeScripting
Unity
Assets
NativeScript
Editor
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 6, 2021
Merge pull request #72 from philipcass/patch-4
Show description for 5440a2b
jacksondunstan
authored
5440a2b
View commit details
Copy full SHA for 5440a2b
View code at this point
Browse repository at this point
Commits on Mar 1, 2021
Set abstract base method declarations as virtual
Show description for 2eb8824
philipcass
authored
2eb8824
View commit details
Copy full SHA for 2eb8824
View code at this point
Browse repository at this point
Fix CPP event accessors
Show description for c53adea
philipcass
authored
c53adea
View commit details
Copy full SHA for c53adea
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
Fix for standalone builds defaulting to int parameters
Show description for e8c9b6b
philipcass
authored
e8c9b6b
View commit details
Copy full SHA for e8c9b6b
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Replace all "\n" symbol by Environment.NewLine
Kaladrius2trip
committed
faa5558
View commit details
Copy full SHA for faa5558
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
Fixed index of tags with Environment.NewLine "\r\n"
Kaladrius2trip
committed
79c7c70
View commit details
Copy full SHA for 79c7c70
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Fix generating wrong C++ type name for multi-dimensional arrays
jacksondunstan
committed
65e70ad
View commit details
Copy full SHA for 65e70ad
View code at this point
Browse repository at this point
Commits on Aug 24, 2019
Fix issue #29 by returning primitive types in binding functions rather than struct types (e.g. int32_t instead of System::Int32).
jacksondunstan
committed
b508933
View commit details
Copy full SHA for b508933
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
Use Cdecl calling convention for all [DllImport]
Show description for efcc949
jacksondunstan
committed
efcc949
View commit details
Copy full SHA for efcc949
View code at this point
Browse repository at this point
Omit type parameters in C++ constructor and destructor declarations.
jacksondunstan
committed
7f61e75
View commit details
Copy full SHA for 7f61e75
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
- Remove global placement new operator
Show description for 7107c69
jacksondunstan
committed
7107c69
View commit details
Copy full SHA for 7107c69
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
Use non-experimental namespace for UI Elements in Unity 2019.1+
jacksondunstan
committed
7b3d95e
View commit details
Copy full SHA for 7b3d95e
View code at this point
Browse repository at this point
Commits on Mar 6, 2019
Fix a bug generating the base type constructor function for delegates
jacksondunstan
committed
ba3cf0d
View commit details
Copy full SHA for ba3cf0d
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
Fix GitHub Issue #19 regarding whole object free list initialization (thanks to JmgrArt!)
Show description for 1cb1135
jacksondunstan
committed
1cb1135
View commit details
Copy full SHA for 1cb1135
View code at this point
Browse repository at this point
Commits on Jun 11, 2018
Pass Init parameters in 'memory'
Show description for 60450d4
jacksondunstan
committed
60450d4
View commit details
Copy full SHA for 60450d4
View code at this point
Browse repository at this point
Commits on Jun 8, 2018
Generate correct return type for non-void base type methods. Thanks, @JmgrArt!
jacksondunstan
committed
2180b3e
View commit details
Copy full SHA for 2180b3e
View code at this point
Browse repository at this point
Commits on May 17, 2018
Fix generated plugin name in some cases
jacksondunstan
committed
800e0cd
View commit details
Copy full SHA for 800e0cd
View code at this point
Browse repository at this point
Commits on May 14, 2018
Fix incorrect path when generating bindings. Fix broken pragma causing
Show description for 40b66d8
Jrius
committed
40b66d8
View commit details
Copy full SHA for 40b66d8
View code at this point
Browse repository at this point
Commits on May 1, 2018
Fix compiler errors for non-editor builds (thanks, @hanbim520!)
Show description for 97421db
jacksondunstan
committed
97421db
View commit details
Copy full SHA for 97421db
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Support type overloading and decimal
jacksondunstan
committed
ac7bb11
View commit details
Copy full SHA for ac7bb11
View code at this point
Browse repository at this point
Commits on Mar 12, 2018
Support generic "factory functions" with derived types
Show description for f3f0139
jacksondunstan
committed
f3f0139
View commit details
Copy full SHA for f3f0139
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
Make value types fit into the type hierarchy better
Show description for a04c190
jacksondunstan
committed
a04c190
View commit details
Copy full SHA for a04c190
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
Support "range for loops" for arrays, IEnumerator, and IEnumerator<T>
jacksondunstan
committed
0f37ca2
View commit details
Copy full SHA for 0f37ca2
View code at this point
Browse repository at this point
Commits on Jan 13, 2018
Add support for hot reloading
jacksondunstan
committed
f9c3a6f
View commit details
Copy full SHA for f9c3a6f
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
List all interfaces for C++ classes
jacksondunstan
committed
a978505
View commit details
Copy full SHA for a978505
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
Don't generate default paramters for non-string null values
jacksondunstan
committed
6c31d40
View commit details
Copy full SHA for 6c31d40
View code at this point
Browse repository at this point
Commits on Dec 17, 2017
Support default parameters (except non-null strings and when there are var args)
jacksondunstan
committed
694e081
View commit details
Copy full SHA for 694e081
View code at this point
Browse repository at this point
Commits on Dec 16, 2017
Split generic parameters in base types
jacksondunstan
committed
9aef594
View commit details
Copy full SHA for 9aef594
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
Insert base types into the type hierarchy
jacksondunstan
committed
666b53e
View commit details
Copy full SHA for 666b53e
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
Support deriving from classes that don't have a default constructor
jacksondunstan
committed
2042b07
View commit details
Copy full SHA for 2042b07
View code at this point
Browse repository at this point
Fix generic method declarations
Show description for 754c23a
jacksondunstan
committed
754c23a
View commit details
Copy full SHA for 754c23a
View code at this point
Browse repository at this point
Support overriding events
jacksondunstan
committed
8599cf8
View commit details
Copy full SHA for 8599cf8
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
Support overriding C# properties and indexers from C++
Show description for ee8fed7
jacksondunstan
committed
ee8fed7
View commit details
Copy full SHA for ee8fed7
View code at this point
Browse repository at this point
Commits on Nov 20, 2017
Add an bounds-checking assert for GetLength(int32_t)
Show description for 9fe25b7
jacksondunstan
committed
9fe25b7
View commit details
Copy full SHA for 9fe25b7
View code at this point
Browse repository at this point
Return a constant from GetRank().
jacksondunstan
committed
55b2bfb
View commit details
Copy full SHA for 55b2bfb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.